diff options
Diffstat (limited to 'funkey/fk_instant_play.h')
-rw-r--r-- | funkey/fk_instant_play.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/funkey/fk_instant_play.h b/funkey/fk_instant_play.h index b3e3845..5185065 100644 --- a/funkey/fk_instant_play.h +++ b/funkey/fk_instant_play.h @@ -41,6 +41,7 @@ extern "C" { #define AUTOSAVE_SLOT 99 extern void FK_InitInstantPlay(int argc, char **argv); +extern void FK_Suspend(void); /* Ends C function definitions when using C++ */ #ifdef __cplusplus |