leocad/win/win_gl.cpp

7 lines
108 B
C++
Raw Normal View History

#include "lc_global.h"
2011-09-07 21:06:51 +00:00
void* Sys_GLGetExtension(const char* Symbol)
2011-09-07 21:06:51 +00:00
{
return wglGetProcAddress(Symbol);
2011-09-07 21:06:51 +00:00
}