leocad/win/win_gl.cpp

7 lines
108 B
C++
Raw Normal View History

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