Skip to content

Commit

Permalink
Engine: update AGS_EngineOnEvent declaration in plugin api header
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Jan 30, 2025
1 parent b7dd132 commit 3c55720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/plugin/agsplugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ DLLEXPORT int AGS_EditorSaveGame (char *, int);
DLLEXPORT void AGS_EditorLoadGame (char *, int);
DLLEXPORT void AGS_EngineStartup (IAGSEngine *);
DLLEXPORT void AGS_EngineShutdown (void);
DLLEXPORT int AGS_EngineOnEvent (int, int);
DLLEXPORT intptr_t AGS_EngineOnEvent (int, intptr_t);
DLLEXPORT int AGS_EngineDebugHook(const char *, int, int);
DLLEXPORT void AGS_EngineInitGfx(const char* driverID, void *data);
// Export this to let engine verify that this is a compatible AGS Plugin;
Expand Down

0 comments on commit 3c55720

Please sign in to comment.