added getCurrentMsgType member

This commit is contained in:
Pavol Marko
2004-04-03 19:15:43 +00:00
parent b9c9e9d100
commit 7d13e8cd01
2 changed files with 11 additions and 0 deletions

View File

@@ -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__