2015-11-14 20:56:40 +00:00
|
|
|
#pragma once
|
|
|
|
|
2016-01-13 07:23:22 +00:00
|
|
|
#include <Project64-core/Notification.h>
|
2015-11-14 20:56:40 +00:00
|
|
|
|
2016-01-13 07:23:22 +00:00
|
|
|
bool AppInit(CNotification * Notify, int argc, char **argv);
|
2015-11-14 20:56:40 +00:00
|
|
|
void AppCleanup(void);
|