add_level_now
This commit is contained in:
parent
f395803541
commit
e01defc4f8
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue