Skip to content

Commit

Permalink
Fixed|GameKit: Export the init function
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent f9fd876 commit 3223377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/libs/gamekit/src/libgamekit.cpp
Expand Up @@ -25,7 +25,8 @@ DE_EXTENSION(doom64);
DE_EXTENSION(heretic);
DE_EXTENSION(hexen);

DE_EXTERN_C void GameKit_Init()
DE_PUBLIC DE_EXTERN_C
void GameKit_Init()
{
LOG_AS("GameKit");
LOG_MSG("Initializing...");
Expand Down

0 comments on commit 3223377

Please sign in to comment.