Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
blueloveTH committed Apr 11, 2024
1 parent 918c394 commit d68b8eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/Xcode15/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
#ifndef RL_IOS_NO_EXAMPLE

#include "raylib.h"

Expand Down Expand Up @@ -118,3 +119,5 @@ void ios_update()
void ios_destroy(){
CloseWindow(); // Close window and OpenGL context
}

#endif

0 comments on commit d68b8eb

Please sign in to comment.