Add support for using a callback for writing debug messages

This commit is contained in:
Cameron Gutman
2014-10-31 22:27:18 -07:00
parent 7fb3ef3f79
commit 058ad2df23
7 changed files with 24 additions and 22 deletions

View File

@@ -35,7 +35,7 @@ typedef struct _PLT_EVENT {
#error Unsupported platform
#endif
int initializePlatformThreads(PPLATFORM_CALLBACKS plCallbacks);
int initializePlatformThreads(void);
void cleanupPlatformThreads(void);
int PltCreateMutex(PLT_MUTEX *mutex);