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