project64/Source/Project64/Settings/Notification Settings.h

12 lines
255 B
C
Raw Normal View History

class CNotificationSettings
{
static void InFullScreenChanged (CNotificationSettings * _this);
protected:
CNotificationSettings();
virtual ~CNotificationSettings();
//Settings that can be changed on the fly
static bool bInFullScreen;
};