changeset 1009 | a7ccb8e39cbc |
parent 990 | 5cbf62b64f36 |
child 1010 | 17470a8e5eb7 |
1008:92f933a67f3b | 1009:a7ccb8e39cbc |
---|---|
27 #include "screenshot.h" |
27 #include "screenshot.h" |
28 #include "network.h" |
28 #include "network.h" |
29 #include "signs.h" |
29 #include "signs.h" |
30 |
30 |
31 #include <stdarg.h> |
31 #include <stdarg.h> |
32 |
|
33 void GameLoop(); |
|
34 |
32 |
35 void IncreaseSpriteLRU(); |
33 void IncreaseSpriteLRU(); |
36 void GenerateWorld(int mode); |
34 void GenerateWorld(int mode); |
37 void CallLandscapeTick(); |
35 void CallLandscapeTick(); |
38 void IncreaseDate(); |
36 void IncreaseDate(); |