add_level_now

This commit is contained in:
David Rose 2006-04-21 01:16:26 +00:00
parent f395803541
commit e01defc4f8
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ PUBLISHED:
INLINE void set_level(float) { }
INLINE void add_level(float) { }
INLINE void sub_level(float) { }
INLINE void add_level_now(float) { }
INLINE void sub_level_now(float) { }
INLINE void flush_level() { }
INLINE float get_level() { return 0.0; }