mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Remove redundant inline modifiers
This commit is contained in:
parent
866ed58727
commit
0851ecc31d
@ -26,11 +26,11 @@ class MxTimer : public MxCore {
|
|||||||
|
|
||||||
MxLong GetStartTime() { return m_startTime; }
|
MxLong GetStartTime() { return m_startTime; }
|
||||||
MxBool IsRunning() { return m_isRunning; }
|
MxBool IsRunning() { return m_isRunning; }
|
||||||
inline static MxLong GetLastTimeCalculated() { return g_lastTimeCalculated; }
|
static MxLong GetLastTimeCalculated() { return g_lastTimeCalculated; }
|
||||||
inline static MxLong GetLastTimeTimerStarted() { return g_lastTimeTimerStarted; }
|
static MxLong GetLastTimeTimerStarted() { return g_lastTimeTimerStarted; }
|
||||||
|
|
||||||
// FUNCTION: BETA10 0x1000f320
|
// FUNCTION: BETA10 0x1000f320
|
||||||
inline MxLong GetTimeElapsed() { return g_lastTimeCalculated - m_startTime; }
|
MxLong GetTimeElapsed() { return g_lastTimeCalculated - m_startTime; }
|
||||||
|
|
||||||
// SYNTHETIC: LEGO1 0x100ae0d0
|
// SYNTHETIC: LEGO1 0x100ae0d0
|
||||||
// MxTimer::`scalar deleting destructor'
|
// MxTimer::`scalar deleting destructor'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user