prizm_racing/src/time.h

9 lines
105 B
C++

#pragma once
namespace Time {
extern float time;
extern float delta;
void init();
void update();
};