mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
add inline tags
This commit is contained in:
parent
4c376a37f3
commit
0c5b3eb47c
@ -250,8 +250,8 @@ PUBLISHED:
|
|||||||
INLINE static bool is_connected() { return false; }
|
INLINE static bool is_connected() { return false; }
|
||||||
INLINE static void resume_after_pause() { }
|
INLINE static void resume_after_pause() { }
|
||||||
|
|
||||||
static void main_tick() { }
|
INLINE static void main_tick() { }
|
||||||
static void thread_tick(const string &) { }
|
INLINE static void thread_tick(const string &) { }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // DO_PSTATS
|
#endif // DO_PSTATS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user