mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 14:17:57 +03:00
Reworked source tree so it compiles
This commit is contained in:
parent
19e33444e7
commit
8ef16a91f2
164 changed files with 3183 additions and 20134 deletions
|
@ -1464,11 +1464,8 @@ GetGameAPI
|
|||
Gets game imports and returns game exports
|
||||
================
|
||||
*/
|
||||
#ifndef WIN32
|
||||
extern "C"
|
||||
__attribute__((visibility("default")))
|
||||
#endif
|
||||
gameExport_t* GetGameAPI( gameImport_t *import )
|
||||
gameExport_t * GetGameAPI(gameImport_t * import)
|
||||
{
|
||||
gi = *import;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue