mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +00:00
inline attribute must go first
This commit is contained in:
parent
1c4cc6f3f0
commit
5f331e1b93
@ -15,7 +15,7 @@ class MxTimer : public MxCore
|
|||||||
|
|
||||||
__declspec(dllexport) long GetRealTime();
|
__declspec(dllexport) long GetRealTime();
|
||||||
|
|
||||||
long GetTime() inline
|
inline long GetTime()
|
||||||
{
|
{
|
||||||
if (this->m_isRunning)
|
if (this->m_isRunning)
|
||||||
return s_LastTimeCalculated;
|
return s_LastTimeCalculated;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user