mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
added stubbed out is_started()
This commit is contained in:
parent
f10f166229
commit
baf11afd75
@ -107,6 +107,7 @@ PUBLISHED:
|
|||||||
const string &name);
|
const string &name);
|
||||||
|
|
||||||
INLINE bool is_active() { return false; }
|
INLINE bool is_active() { return false; }
|
||||||
|
INLINE bool is_started() { return false; }
|
||||||
INLINE void start() { }
|
INLINE void start() { }
|
||||||
INLINE void stop() { }
|
INLINE void stop() { }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user