project64/Source/Project64-core/AppInit.h

7 lines
169 B
C

#pragma once
#include <Project64-core/Notification.h>
bool AppInit(CNotification * Notify, const char * BaseDirectory, int argc, char ** argv);
void AppCleanup(void);