PancakeNESEmu
A homebrewed NES Emulator written in C
Loading...
Searching...
No Matches
ui.h File Reference
#include "UI/tui.h"
Include dependency graph for ui.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ui_mode { OTHER , TUI , XLIB }
 

Enumeration Type Documentation

◆ ui_mode

enum ui_mode
Enumerator
OTHER 
TUI 
XLIB 

Definition at line 6 of file ui.h.

6 {
7 OTHER,
8 TUI,
9 XLIB
10};
@ XLIB
Definition ui.h:9
@ TUI
Definition ui.h:8
@ OTHER
Definition ui.h:7