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

Implementations of high-level GUI application run loop entry. More...

#include "gui_app.h"
#include "gui_platform.h"
#include "gui_state.h"
#include "gui_view_rom.h"
#include "gui_view_browser.h"
#include <stdlib.h>

Functions

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

Detailed Description

Implementations of high-level GUI application run loop entry.

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.