8 lines
140 B
C++
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; |