15 #ifndef PSTATCOLLECTORFORWARDBASE_H
16 #define PSTATCOLLECTORFORWARDBASE_H
18 #include "pandabase.h"
19 #include "referenceCount.h"
35 virtual void add_level(
double level)=0;
37 INLINE
void add_level(
double level) { }
This class serves as a cheap forward reference to a PStatCollector, which is defined in the pstatclie...
A base class for all things that want to be reference-counted.