1 2 3 4 5 6 7 8 9 10
#ifndef _nebula2_render_h_ #define _nebula2_render_h_ #include <stdint.h> #include "config.h" int render(config_t* conf, uint32_t* map); #endif