(svn r11774) -Change: do not include variables.h in a header when it is not needed.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
#include "window_func.h"
|
||||
#include "vehicle_func.h"
|
||||
#include "sound_func.h"
|
||||
#include "variables.h"
|
||||
|
||||
#define INVALID_COORD (0x7fffffff)
|
||||
#define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))
|
||||
|
Reference in New Issue
Block a user