mirror of
https://github.com/glest/glest-source.git
synced 2025-08-15 12:54:01 +02:00
- nothing is easy is windoze (renamed duplicate filename cause VC chokes on it)
This commit is contained in:
@@ -141,14 +141,14 @@ void PlatformContextGl::swapBuffers() {
|
||||
}
|
||||
|
||||
|
||||
const char *getPlatformExtensions(const PlatformContextGl *pcgl) {
|
||||
const char *getPlatformExtensions(const PlatformContextGl *pcgl) {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
void *getGlProcAddress(const char *procName) {
|
||||
void *getGlProcAddress(const char *procName) {
|
||||
void* proc = SDL_GL_GetProcAddress(procName);
|
||||
assert(proc!=NULL);
|
||||
return proc;
|
||||
}
|
||||
}
|
||||
|
||||
}}//end namespace
|
||||
|
Reference in New Issue
Block a user