blob: 3ec6ceee8e118b5ef8e7201b008e57c996f595e8 [file] [log] [blame]
// Default metadata if there is non compiled into the game
// There should be nothing else in this file so that the VS linker drops it when not needed
#ifdef _MSC_VER
#define WEAK
#else
#define WEAK [[gnu::weak]]
#endif
WEAK const char *metadata_title = "32Blit Game";
WEAK const char *metadata_author = "Unknown";
WEAK const char *metadata_description = "";
WEAK const char *metadata_version = "v0.0.0";
WEAK const char *metadata_url = "";
WEAK const char *metadata_category = "";