#ifndef UI_H #define UI_H #include #include "gamelogic.h" void init(); void render(); void main_loop(); #endif