diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-05 15:09:11 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-05 15:09:11 +0100 |
| commit | f9bc94bfb8529c6b10c989ad3a355498a72d7f85 (patch) | |
| tree | 0925bfbe5acffb73cff63fbc54724ecd9937cbe8 /src/box64context.c | |
| parent | 72119ddfa449bdfc98c7152653047f34feca332c (diff) | |
| download | box64-f9bc94bfb8529c6b10c989ad3a355498a72d7f85.tar.gz box64-f9bc94bfb8529c6b10c989ad3a355498a72d7f85.zip | |
Refactored OpenGL symbol fetching and managment
Diffstat (limited to 'src/box64context.c')
| -rwxr-xr-x | src/box64context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/box64context.c b/src/box64context.c index 67f7f584..95b4a5bd 100755 --- a/src/box64context.c +++ b/src/box64context.c @@ -20,6 +20,7 @@ #include "x64emu.h" #include "signals.h" #include "rcfile.h" +#include "gltools.h" EXPORTDYN void initAllHelpers(box64context_t* context) @@ -233,6 +234,7 @@ box64context_t *NewBox64Context(int argc) return context; } +void freeALProcWrapper(box64context_t* context); EXPORTDYN void FreeBox64Context(box64context_t** context) { |