equal
deleted
inserted
replaced
12 #include "window_gui.h" |
12 #include "window_gui.h" |
13 #include "player.h" |
13 #include "player.h" |
14 #include "signs.h" |
14 #include "signs.h" |
15 #include "debug.h" |
15 #include "debug.h" |
16 #include "variables.h" |
16 #include "variables.h" |
17 #include "helpers.hpp" |
|
18 #include "command_func.h" |
17 #include "command_func.h" |
19 #include "strings_func.h" |
18 #include "strings_func.h" |
|
19 #include "core/alloc_func.hpp" |
20 |
20 |
21 static const Sign **_sign_sort; |
21 static const Sign **_sign_sort; |
22 static uint _num_sign_sort; |
22 static uint _num_sign_sort; |
23 |
23 |
24 static char _bufcache[64]; |
24 static char _bufcache[64]; |