2012-03-20 00:57:42 +00:00
|
|
|
#include "lc_global.h"
|
2011-09-07 21:06:51 +00:00
|
|
|
|
2012-04-13 02:00:45 +00:00
|
|
|
void* Sys_GLGetExtension(const char* Symbol)
|
2011-09-07 21:06:51 +00:00
|
|
|
{
|
2012-04-13 02:00:45 +00:00
|
|
|
return wglGetProcAddress(Symbol);
|
2011-09-07 21:06:51 +00:00
|
|
|
}
|