prizm_racing/src/time.cpp

7 lines
74 B
C++

#include "time.h"
namespace Time {
float time = 0;
float delta = 0;
};