8 lines
156 B
C
8 lines
156 B
C
#ifndef GAME_COLLECTIBLES_H
|
|
#define GAME_COLLECTIBLES_H
|
|
|
|
#include "sys/sys.h"
|
|
|
|
extern sys_spritesheet spr_game_collectibles;
|
|
|
|
#endif // GAME_COLLECTIBLES_H
|