(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#include "variables.h"
|
||||
#include "autoreplace_func.h"
|
||||
#include "autoreplace_gui.h"
|
||||
#include "string_func.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