Dicewars-Siedler/src/engine/core/EngineTime.cpp
2026-02-14 15:37:05 +01:00

8 lines
140 B
C++

//
// Created by sebastian on 14.02.26.
//
#include "EngineTime.h"
float EngineTime::deltaTime = 0.0f;
float EngineTime::totalTime = 0.0f;