From e01defc4f8d3f7b4d084e9d23bb393fe4d07081b Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 21 Apr 2006 01:16:26 +0000 Subject: [PATCH] add_level_now --- panda/src/pstatclient/pStatCollector.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/pstatclient/pStatCollector.h b/panda/src/pstatclient/pStatCollector.h index 63cae090ba..a073525473 100644 --- a/panda/src/pstatclient/pStatCollector.h +++ b/panda/src/pstatclient/pStatCollector.h @@ -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; }