Browse Source

Update main.c

pull/3880/head
blueloveTH 8 months ago
parent
commit
d68b8eb113
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      projects/Xcode15/main.c

+ 3
- 0
projects/Xcode15/main.c View File

@ -10,6 +10,7 @@
* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5)
*
********************************************************************************************/
#ifndef RL_IOS_NO_EXAMPLE
#include "raylib.h"
@ -118,3 +119,5 @@ void ios_update()
void ios_destroy(){
CloseWindow(); // Close window and OpenGL context
}
#endif

Loading…
Cancel
Save