Started on ui.

This commit is contained in:
Sheldon Lee 2020-07-08 00:30:37 +01:00
parent 1620659db6
commit 5cf60f5692
2 changed files with 7 additions and 0 deletions

1
ui.c Normal file
View File

@ -0,0 +1 @@
#include "ui.h"

6
ui.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef UI_H
#define UI_H
#endif