Update main.c

This commit is contained in:
blueloveTH 2024-04-11 12:13:44 +08:00
parent 918c394331
commit d68b8eb113

View File

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