8 lines
162 B
C
8 lines
162 B
C
#ifndef CROCPARTY_GAME_PLAYER_H
|
|
#define CROCPARTY_GAME_PLAYER_H
|
|
|
|
#include "sys/sys.h"
|
|
|
|
extern sys_spritesheet spr_game_player;
|
|
|
|
#endif // CROCPARTY_GAME_PLAYER_H
|