mirror of
https://github.com/leozide/leocad.git
synced 2026-09-14 18:43:54 +00:00
7 lines
108 B
C++
Executable File
7 lines
108 B
C++
Executable File
#include "lc_global.h"
|
|
|
|
void* Sys_GLGetExtension(const char* Symbol)
|
|
{
|
|
return wglGetProcAddress(Symbol);
|
|
}
|