AnimaEngine  1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
gui_app.h
Go to the documentation of this file.
1 
6 #ifndef GUI_APP_H
7 #define GUI_APP_H
8 
13 int GuiApp_Run(void);
14 
15 #endif
16 
int GuiApp_Run(void)
Starts the GUI application, initializes Raylib window, and runs the main loop.
Definition: gui_app.c:13