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:
parent
7bbfb43912
commit
2577fae6ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user