#ifndef GRAPHICS_H #define GRAPHICS_H int graphics_set_mode(int mode); int graphics_init(void); #endif