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

6 lines
70 B
C

#ifndef UI_H
#define UI_H
void ui_draw_screen(void);
#endif // UI_H