summaryrefslogtreecommitdiff
path: root/misc/scripts
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-10-03 23:07:29 +0200
committerKarroffel <therzog@mail.de>2017-10-03 23:26:39 +0200
commit2a4e2b53787fc13b8c34887ac18b0c5ee0e75d87 (patch)
treeef61ab708e79060462827032a55f154e34435857 /misc/scripts
parenta848fa6cdeb00f0c40f259cde2d59112272e3c51 (diff)
[GDNative] added API struct wrapper generator
Previously functions of the GDNative API were accessed by letting the loader at load-time resolve the symbols. This causes troubles on Windows (...sigh...), so now the GDNative API isn't exported anymore. This means, that a library that wants to call a GDNative function needs to access it via a struct of pointers that's passed to it at right after the library was loaded. To make the usage easier, those function pointers in the struct can be wrapped in actual function in the global scope. This commit adds a generator for that wrapper code.
Diffstat (limited to 'misc/scripts')
0 files changed, 0 insertions, 0 deletions