move visual thinker definition into its own header

This commit is contained in:
Ricardo Luís Vaz Silva 2024-11-12 16:03:28 -03:00
commit 174344ddf1
9 changed files with 80 additions and 64 deletions

View file

@ -46,6 +46,8 @@
#include "g_cvars.h"
#include "d_main.h"
#include "p_visualthinker.h"
static int ThinkCount;
static cycle_t ThinkCycles;
extern cycle_t BotSupportCycles;