瀏覽代碼

publish main_tick (for AI stats)

Darren Ranalli 21 年之前
父節點
當前提交
9ff0f4d8a8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      panda/src/pstatclient/pStatClient.h

+ 2 - 2
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() { }
 };