Reviewed config.h formatting

Added raylib version to config
This commit is contained in:
Ray
2018-04-09 23:01:20 +02:00
parent 54e24d905a
commit 8e44f7b3c7
3 changed files with 119 additions and 70 deletions

View File

@@ -448,7 +448,7 @@ struct android_app *GetAndroidApp(void)
// NOTE: data parameter could be used to pass any kind of required data to the initialization
void InitWindow(int width, int height, const char *title)
{
TraceLog(LOG_INFO, "Initializing raylib (v1.9.6-dev)");
TraceLog(LOG_INFO, "Initializing raylib %s", RAYLIB_VERSION);
windowTitle = title;
#if defined(PLATFORM_ANDROID)