diff --git a/inc/assets.h b/inc/assets.h new file mode 100644 index 0000000..caed03b --- /dev/null +++ b/inc/assets.h @@ -0,0 +1,8 @@ +/* Resources.h -- configures locations of resource files that linapple loads on startup */ + +#define ASSET_ICON_BMP "icon.bmp" +#define ASSET_SPLASH_BMP "splash.bmp" +#define ASSET_CHARSET40_BMP "charset40.bmp" +#define ASSET_FONT_BMP "font.bmp" + +extern char *asset_basepath; diff --git a/src/Resources.h b/src/Resources.h deleted file mode 100644 index caed03b..0000000 --- a/src/Resources.h +++ /dev/null @@ -1,8 +0,0 @@ -/* Resources.h -- configures locations of resource files that linapple loads on startup */ - -#define ASSET_ICON_BMP "icon.bmp" -#define ASSET_SPLASH_BMP "splash.bmp" -#define ASSET_CHARSET40_BMP "charset40.bmp" -#define ASSET_FONT_BMP "font.bmp" - -extern char *asset_basepath;