AnimaEngine  1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
Functions
gui_app.h File Reference

Main GUI application initialization and window event loop wrapper. More...

Go to the source code of this file.

Functions

int GuiApp_Run (void)
 Starts the GUI application, initializes Raylib window, and runs the main loop. More...
 

Detailed Description

Main GUI application initialization and window event loop wrapper.

Function Documentation

◆ GuiApp_Run()

int GuiApp_Run ( void  )

Starts the GUI application, initializes Raylib window, and runs the main loop.

Returns
0 on clean exit; negative value on initialization failure.