mirror of
https://github.com/leozide/leocad
synced 2024-12-30 22:23:45 +01:00
6 lines
108 B
C++
Executable file
6 lines
108 B
C++
Executable file
#include "lc_global.h"
|
|
|
|
void* Sys_GLGetExtension(const char* Symbol)
|
|
{
|
|
return wglGetProcAddress(Symbol);
|
|
}
|