|
@@ -8,7 +8,7 @@ int main(void)
|
|
|
const int screenWidth = 800;
|
|
|
const int screenHeight = 450;
|
|
|
|
|
|
- InitWindow(screenWidth, screenHeight, "raylib [core] example - basic window");
|
|
|
+ InitWindow(screenWidth, screenHeight, "raylib example.");
|
|
|
|
|
|
int myvar = 0; // My thing here
|
|
|
int myvar2 = 1; // My second var
|