1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-16 21:07:56 +00:00

Fixed missing include in conio on cx16. Closes #616

This commit is contained in:
jespergravgaard 2021-01-16 22:33:11 +01:00
parent 7bbfb43912
commit 2577fae6ad

View File

@ -1,6 +1,7 @@
// CX16 conio.h implementation
#include <conio.h>
#include <cx16.h>
#include <veralib.h>
// The screen width
#define CONIO_WIDTH conio_screen_width