AnimaEngine  1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
gui_view_browser.h
Go to the documentation of this file.
1 
6 #ifndef GUI_VIEW_BROWSER_H
7 #define GUI_VIEW_BROWSER_H
8 
9 #include "gui_state.h"
10 
15 void GuiView_DrawMainScreen(GuiState *state);
16 
17 #endif
18 
GUI global state tracking, rendering options, and control flow wrappers.
void GuiView_DrawMainScreen(GuiState *state)
Renders the main interface (species list sidebar and preview canvas).
Definition: gui_view_browser.c:128
State variables and option flags for the main immediate-mode GUI editor.
Definition: gui_state.h:57