// graphics.h #ifndef GRAPHICS_H #define GRAPHICS_H #include #include "common.h" void create_new_object(object_t object); #endif // GRAPHICS_H