ReC98/th03/common.h

13 lines
223 B
C

/* ReC98
* -----
* Common, essential macros for TH03. No structures here!
*/
#include "platform.h"
// Player ID. ZUN bloat: Only keep `pid_t`.
typedef unsigned char pid_t;
typedef int16_t pid2;
#define PLAYER_COUNT 2