knightonline/server/GameServer/stdafx.h

13 lines
202 B
C

#pragma once
#include "../shared/stdafx.h"
#include <math.h>
#include "DatabaseThread.h"
#if defined(DEBUG)
# define DISABLE_PLAYER_BLINKING
#endif
#include "GameServerDlg.h"
extern bool g_bRunning;