preload minimenu (yuck, need a better way to do this)

This commit is contained in:
Glenn Maynard
2005-08-14 03:59:53 +00:00
parent 4574e3e496
commit 8f0c56b831
2 changed files with 14 additions and 1 deletions
@@ -2,6 +2,7 @@
#define ScreenOptionsManageProfiles_H
#include "ScreenOptions.h"
#include "ScreenMiniMenu.h"
class Course;
@@ -28,6 +29,8 @@ protected:
vector<CString> m_vsLocalProfileID;
vector<OptionRowHandler*> m_OptionRowHandlers;
ScreenMiniMenu *m_pContextMenu;
};
#endif