mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1587 42e9bfbe-799a-4a2d-bad1-236e862a387a
7 lines
130 B
C
7 lines
130 B
C
#ifndef SYSGL_INTERFACE_UI_H_
|
|
#define SYSGL_INTERFACE_UI_H_
|
|
|
|
bool UI_Init();
|
|
void UI_Finalise();
|
|
|
|
#endif // SYSGL_INTERFACE_UI_H_
|