simulation time object

This commit is contained in:
tmj-fstate
2017-03-29 00:50:53 +02:00
parent 9dda5037d3
commit 848db5878b
16 changed files with 379 additions and 331 deletions

View File

@@ -7,8 +7,7 @@ obtain one at
http://mozilla.org/MPL/2.0/.
*/
#ifndef TimerH
#define TimerH
#pragma once
namespace Timer
{
@@ -36,4 +35,3 @@ void UpdateTimers(bool pause);
};
//---------------------------------------------------------------------------
#endif