Archived
1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
kilo/include/ui.h

7 lines
70 B
C
Raw Normal View History

2023-09-01 15:04:12 +00:00
#ifndef UI_H
#define UI_H
void ui_draw_screen(void);
#endif // UI_H