added getCurrentMsgType member
This commit is contained in:
@@ -132,6 +132,7 @@ private:
|
||||
|
||||
ClEvent* getValidEvent(ClEvent* a );
|
||||
|
||||
int m_CurrentMsgType;
|
||||
public:
|
||||
EventsMngr();
|
||||
~EventsMngr();
|
||||
@@ -150,6 +151,7 @@ public:
|
||||
float getArgFloat(int a) const;
|
||||
void clearEvents(void);
|
||||
static int getEventId( const char* msg );
|
||||
int getCurrentMsgType();
|
||||
};
|
||||
|
||||
#endif // #ifdef __CEVENTS_H__
|
||||
|
Reference in New Issue
Block a user