More conio fun. Add some ifndefs
parent
067a4c5e0e
commit
465881c9b2
@ -1,6 +1,9 @@
|
||||
int i;
|
||||
int line;
|
||||
int str_size;
|
||||
Console* con;
|
||||
#ifndef CONIO_H
|
||||
#define CONIO_H
|
||||
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