From 9ff0f4d8a8e9a1943ad05bdb138305f49e1e713e Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Sat, 5 Jun 2004 01:16:33 +0000 Subject: [PATCH] publish main_tick (for AI stats) --- panda/src/pstatclient/pStatClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/pstatclient/pStatClient.h b/panda/src/pstatclient/pStatClient.h index bd8c45f650..8e4d841ab9 100644 --- a/panda/src/pstatclient/pStatClient.h +++ b/panda/src/pstatclient/pStatClient.h @@ -87,10 +87,11 @@ PUBLISHED: INLINE static void resume_after_pause(); + static void main_tick(); + public: static PStatClient *get_global_pstats(); - static void main_tick(); void client_main_tick(); bool client_connect(string hostname, int port); void client_disconnect(); @@ -214,7 +215,6 @@ PUBLISHED: INLINE static bool is_connected() { return false; } INLINE static void resume_after_pause() { } -public: static void main_tick() { } };