crocparty/game/art/game_player.h

8 lines
162 B
C
Raw Normal View History

2024-02-27 23:57:37 +00:00
#ifndef CROCPARTY_GAME_PLAYER_H
#define CROCPARTY_GAME_PLAYER_H
#include "sys/sys.h"
extern sys_spritesheet spr_game_player;
2024-02-27 23:57:37 +00:00
#endif // CROCPARTY_GAME_PLAYER_H