Compare commits
3 Commits
cc277fe171
...
096a3b6e43
Author | SHA1 | Date |
---|---|---|
|
096a3b6e43 | 2 years ago |
|
4c0dc01e37 | 2 years ago |
|
e2c636c874 | 2 years ago |
3 changed files with 26 additions and 5 deletions
@ -0,0 +1,18 @@ |
||||
/** |
||||
* 当前版本:0.0.1 |
||||
* |
||||
* @author Soul2 |
||||
* @date 2023-2-24 21:00 |
||||
*/ |
||||
|
||||
// defines |
||||
#define int integer |
||||
#define float real |
||||
#define bool boolean |
||||
// **************** |
||||
|
||||
// globals |
||||
globals |
||||
string game_map_name = "进攻与防御" |
||||
endglobals |
||||
// end globals |
Binary file not shown.
Loading…
Reference in new issue