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
16
void
gotoxy
(
UINT8
x,
UINT8
y);
17
22
UINT8
posx
(
void
);
23
28
UINT8
posy
(
void
);
29
37
void
setchar
(
char
c
);
38
41
void
cls
();
42
43
#endif
/* _CONSOLE_H */
UINT8
unsigned char UINT8
Definition:
types.h:21
posy
UINT8 posy(void)
cls
void cls()
setchar
void setchar(char c)
c
UINT8 c
Definition:
gb.h:278
posx
UINT8 posx(void)
gotoxy
void gotoxy(UINT8 x, UINT8 y)