project64/Source/Project64-core/AppInit.h

7 lines
169 B
C
Raw Normal View History

#pragma once
2016-01-13 07:23:22 +00:00
#include <Project64-core/Notification.h>
2022-10-10 00:22:17 +00:00
bool AppInit(CNotification * Notify, const char * BaseDirectory, int argc, char ** argv);
void AppCleanup(void);