CeDOS - include/cedos/drivers/graphics.h

include/cedos/drivers/graphics.h (view raw)

1
2
3
4
5
6
7
#ifndef GRAPHICS_H
#define GRAPHICS_H

int graphics_set_mode(int mode);
int graphics_init(void);

#endif