parent
e2c636c874
commit
4c0dc01e37
1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||||||
|
/** |
||||||
|
* 基础建设。 |
||||||
|
* |
||||||
|
* @author Soul2 |
||||||
|
* @date 2023-2-24 21:00 |
||||||
|
* @version 1.0.0 |
||||||
|
*/ |
||||||
|
|
||||||
|
// defines |
||||||
|
#define int integer |
||||||
|
#define float real |
||||||
|
#define bool boolean |
||||||
|
// **************** |
||||||
|
|
||||||
|
// globals |
||||||
|
globals |
||||||
|
string game_map_name = "进攻与防御" |
||||||
|
endglobals |
||||||
|
// end globals |
Loading…
Reference in new issue