Update examples and remove .exe

This commit is contained in:
raysan5 2014-09-16 11:30:25 +02:00
parent c56ef738ed
commit 01651af08a
23 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,6 @@ int main()
int screenHeight = 450;
Vector2 ballPosition = { -100.0, -100.0 };
int counter = 0;
int mouseX, mouseY;
InitWindow(screenWidth, screenHeight, "raylib example 06 - mouse input");