2020-02-20 18:11:53 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
2023-10-27 21:28:28 +00:00
|
|
|
* Common, essential macros for TH03. No structures here!
|
2020-02-20 18:11:53 +00:00
|
|
|
*/
|
|
|
|
|
2024-05-25 18:31:09 +00:00
|
|
|
#include "platform.h"
|
|
|
|
|
2024-04-18 17:18:00 +00:00
|
|
|
// Player ID. ZUN bloat: Only keep `pid_t`.
|
2023-10-27 21:28:28 +00:00
|
|
|
typedef unsigned char pid_t;
|
2024-04-18 17:18:00 +00:00
|
|
|
typedef int16_t pid2;
|
2023-10-27 21:28:28 +00:00
|
|
|
|
2020-02-20 18:11:53 +00:00
|
|
|
#define PLAYER_COUNT 2
|