mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-14 23:38:15 +00:00
Reviewed config.h formatting
Added raylib version to config
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user