10 lines
167 B
C
10 lines
167 B
C
#include <genesis.h>
|
|
|
|
#ifndef _RES_RESOURCES_H_
|
|
#define _RES_RESOURCES_H_
|
|
|
|
extern const Image bg1;
|
|
extern const SpriteDefinition bigTex1;
|
|
|
|
#endif // _RES_RESOURCES_H_
|