project64/Source/Project64-core/AppInit.h

7 lines
131 B
C
Raw Normal View History

#pragma once
#include <Project64/UserInterface/NotificationClass.h>
void AppInit(CNotification * Notify);
void AppCleanup(void);