leocad/win/win_gl.cpp
2012-04-13 02:14:48 +00:00

6 lines
108 B
C++
Executable file

#include "lc_global.h"
void* Sys_GLGetExtension(const char* Symbol)
{
return wglGetProcAddress(Symbol);
}