about summary refs log tree commit diff stats
path: root/src/include/gltools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gltools.h')
-rw-r--r--src/include/gltools.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gltools.h b/src/include/gltools.h
index 07bd74f7..94a245b0 100644
--- a/src/include/gltools.h
+++ b/src/include/gltools.h
@@ -9,4 +9,8 @@ void freeGLProcWrapper(box64context_t* context);
 
 void* getGLProcAddress(x64emu_t* emu, glprocaddress_t procaddr, const char* rname);
 
+#ifdef BOX32
+void* getGLProcAddress32(x64emu_t* emu, glprocaddress_t procaddr, const char* rname);
+#endif
+
 #endif //__GL_TOOLS_H__
\ No newline at end of file