add GetLoadedFromProfile()

This commit is contained in:
Glenn Maynard
2004-04-18 21:53:15 +00:00
parent c84ff1e5be
commit cfc8ccd725
+1
View File
@@ -39,6 +39,7 @@ public:
bool WasLoadedFromProfile() const { return m_LoadedFromProfile != PROFILE_SLOT_INVALID; }
CString GetDescription() const { return Real()->m_sDescription; }
Difficulty GetDifficulty() const { return Real()->m_Difficulty; }
ProfileSlot GetLoadedFromProfile() const { return m_LoadedFromProfile; }
int GetMeter() const { return Real()->m_iMeter; }
const RadarValues& GetRadarValues() const { return Real()->m_RadarValues; }