12 lines
218 B
C
12 lines
218 B
C
#include <genesis.h>
|
|
|
|
#ifndef _RES_RESOURCES_H_
|
|
#define _RES_RESOURCES_H_
|
|
|
|
extern const Image bgtest;
|
|
extern const SpriteDefinition bigTex1;
|
|
extern const Image bg1;
|
|
extern const Image fg1;
|
|
|
|
#endif // _RES_RESOURCES_H_
|