X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fconfig.h;h=b062ebca04cc38bb20bfd2ebab04dae1d27d3931;hb=ea11a9410cb478a4afa2aee2f997210592e88bfe;hp=b2e423f8741968b154393ff5bdb973ded4c5073e;hpb=e1a862cb35193dabdd1bea3c00c8599596862dc2;p=nothing.git diff --git a/src/config.h b/src/config.h index b2e423f8..b062ebca 100644 --- a/src/config.h +++ b/src/config.h @@ -22,4 +22,13 @@ #define CAMERA_RATIO_X 16.0f #define CAMERA_RATIO_Y 9.0f +#define METADATA_TITLE_MAX_SIZE 256 +#define METADATA_VERSION_MAX_SIZE 256 +#define METADATA_FILEPATH_MAX_SIZE 512 + +#define VERSION "2" + +// #define RENDERER_CONFIG SDL_RENDERER_SOFTWARE +#define RENDERER_CONFIG (SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC) + #endif // CONFIG_H_