Update main.c
This commit is contained in:
parent
918c394331
commit
d68b8eb113
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user