mirror of https://github.com/nmlgc/ReC98.git
5 lines
158 B
C
5 lines
158 B
C
|
#include "th02/player/player.h"
|
||
|
#define PLAYER_OPTION_W 16
|
||
|
#define PLAYER_OPTION_H 16
|
||
|
#define PLAYER_OPTION_DISTANCE ((PLAYER_W / 2) + (PLAYER_OPTION_W / 2))
|