Просмотр исходного кода

publish main_tick (for AI stats)

Darren Ranalli 21 лет назад
Родитель
Сommit
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();
   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() { }
 };
 };