More conio fun. Add some ifndefs
parent
067a4c5e0e
commit
465881c9b2
@ -1,6 +1,9 @@
|
|||||||
int i;
|
#ifndef CONIO_H
|
||||||
int line;
|
#define CONIO_H
|
||||||
int str_size;
|
|
||||||
Console* con;
|
|
||||||
char * strinv(char str[]);
|
char * strinv(char str[]);
|
||||||
void conprint(char str[], int x, int y, int mode);
|
void set_conid(int id);
|
||||||
|
int get_conid();
|
||||||
|
void set_cursor_pos(int x, int y);
|
||||||
|
void set_cursor_mode(int mode);
|
||||||
|
int get_cursor_mode();
|
||||||
|
#endif
|
Loading…
Reference in New Issue