isle/LEGO1/mxnotificationmanager.h
2023-06-11 03:26:30 -04:00

16 lines
397 B
C++

#ifdef MXNOTIFICATIONMANAGER_H
#define MXNOTIFICATIONMANAGER_H
// looks like tickle, only defined then used in its definition and never again
class MxNotificationManager : public MxCore
{
public:
virtual ~MxNotificationManager();
virtual long NotificationManager();
virtual const char* GetClassName() const;
virtual MxBool IsClass(const char* name) const;
};
#endif MXNOTIFICATIONMANAGER_H