GBDK 2020 Docs
API Documentation for GBDK 2020
console.h
Go to the documentation of this file.
1 
6 #ifndef _CONSOLE_H
7 #define _CONSOLE_H
8 
9 #include <types.h>
10 #include <stdint.h>
11 
17 void gotoxy(uint8_t x, uint8_t y);
18 
23 uint8_t posx(void);
24 
29 uint8_t posy(void);
30 
38 void setchar(char c);
39 
42 void cls();
43 
44 #endif /* _CONSOLE_H */
uint8_t
unsigned char uint8_t
Definition: stdint.h:51
gotoxy
void gotoxy(uint8_t x, uint8_t y)
cls
void cls()
posy
uint8_t posy(void)
setchar
void setchar(char c)
c
uint8_t c
Definition: gb.h:277
posx
uint8_t posx(void)
stdint.h