summaryrefslogtreecommitdiff
path: root/src/main/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/main.c')
-rw-r--r--src/main/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/main.c b/src/main/main.c
index 83c40e5..11d464e 100644
--- a/src/main/main.c
+++ b/src/main/main.c
@@ -18,7 +18,9 @@
*/
#include <stdio.h>
+#include "ui/ui.h"
int main(void) {
+ ui_set_title("Tris Game");
return 0;
}