ReC98/th03/common.h

10 lines
147 B
C

/* ReC98
* -----
* Common, essential macros for TH03. No structures here!
*/
// Player ID
typedef unsigned char pid_t;
#define PLAYER_COUNT 2