9 lines
100 B
C
9 lines
100 B
C
#ifndef GUI_H
|
|
#define GUI_H
|
|
|
|
#include "engine.h"
|
|
|
|
int gui_main(Engine *engine);
|
|
|
|
#endif /* GUI_H */
|