Fix function prototype for GBAThreadInterrupt

This commit is contained in:
Jeffrey Pfau 2014-07-10 01:03:02 -07:00
parent c2fc2dbac3
commit d56dec79e7
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ int GBAThreadHasStarted(struct GBAThread* threadContext);
void GBAThreadEnd(struct GBAThread* threadContext);
void GBAThreadJoin(struct GBAThread* threadContext);
void GBAThreadTryPause(struct GBAThread* threadContext);
void GBAThreadInterrupt(struct GBAThread* threadContext);
void GBAThreadContinue(struct GBAThread* threadContext);
void GBAThreadPause(struct GBAThread* threadContext);