#include "platform.hpp" #include void* Platform::m_pointer; void* Platform::GetProcAddress(const char* procname) { return SDL_GL_GetProcAddress(procname); } void Platform::WarpMouse(double x, double y) { } float Platform::GetTime() { }