publish main_tick (for AI stats)

This commit is contained in:
Darren Ranalli 2004-06-05 01:16:33 +00:00
parent 05833c75dd
commit 9ff0f4d8a8

View File

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