mirror of https://github.com/nmlgc/ReC98.git
11 lines
166 B
C
11 lines
166 B
C
|
/* ReC98
|
||
|
* -----
|
||
|
* Common, essential macros for TH01. No types here!
|
||
|
*/
|
||
|
|
||
|
#define STAGES_PER_SCENE 4
|
||
|
#define SCENE_COUNT 4
|
||
|
|
||
|
#define LIVES_MAX 6
|
||
|
#define BOMBS_MAX 5
|