about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-06-04 23:22:51 +0200
committerGitHub <noreply@github.com>2021-06-04 23:22:51 +0200
commitf4c15979db68706b96380b2e827210b3d178a702 (patch)
treeecbfb72d23362c743c3aeea06d63d37c3008c339 /src/include
parent75c4c3d6b92bd82c1cd5c9a659b354127559a43c (diff)
parent8d97f136772d43a27b25ccfba872c908ceafe617 (diff)
downloadbox64-f4c15979db68706b96380b2e827210b3d178a702.tar.gz
box64-f4c15979db68706b96380b2e827210b3d178a702.zip
Merge pull request #13 from rajdakin/useGenerated
Fixed some wrapped functions, upgraded the python script
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/box64context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h
index a83d79ec..7ff6d8c0 100755
--- a/src/include/box64context.h
+++ b/src/include/box64context.h
@@ -146,6 +146,7 @@ typedef struct box64context_s {
     library_t           *asound;
     library_t           *pulse;
     library_t           *d3dadapter9;
+    library_t           *libglu;
 
     int                 deferedInit;
     elfheader_t         **deferedInitList;