1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include "video.h" #include <SDL2/SDL.h> #include <GL/glew.h> void Video_Init() { } void Video_Shutdown() { }