mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-15 16:30:02 +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…
x
Reference in New Issue
Block a user