mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
publish main_tick (for AI stats)
This commit is contained in:
parent
05833c75dd
commit
9ff0f4d8a8
@ -87,10 +87,11 @@ PUBLISHED:
|
|||||||
|
|
||||||
INLINE static void resume_after_pause();
|
INLINE static void resume_after_pause();
|
||||||
|
|
||||||
|
static void main_tick();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static PStatClient *get_global_pstats();
|
static PStatClient *get_global_pstats();
|
||||||
|
|
||||||
static void main_tick();
|
|
||||||
void client_main_tick();
|
void client_main_tick();
|
||||||
bool client_connect(string hostname, int port);
|
bool client_connect(string hostname, int port);
|
||||||
void client_disconnect();
|
void client_disconnect();
|
||||||
@ -214,7 +215,6 @@ 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() { }
|
||||||
|
|
||||||
public:
|
|
||||||
static void main_tick() { }
|
static void main_tick() { }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user