diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-04 23:22:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-04 23:22:51 +0200 |
| commit | f4c15979db68706b96380b2e827210b3d178a702 (patch) | |
| tree | ecbfb72d23362c743c3aeea06d63d37c3008c339 /src/include | |
| parent | 75c4c3d6b92bd82c1cd5c9a659b354127559a43c (diff) | |
| parent | 8d97f136772d43a27b25ccfba872c908ceafe617 (diff) | |
| download | box64-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-x | src/include/box64context.h | 1 |
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; |