include/cedos/drivers/graphics.h (view raw)
1 2 3 4 5 6
#ifndef GRAPHICS_H #define GRAPHICS_H int graphics_set_mode(int mode); #endif