R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Lifetime.hpp
Go to the documentation of this file.
1#pragma once
2
10struct Lifetime {
11 float time_left;
12};
Represents the remaining lifetime of an entity or object.
Definition Lifetime.hpp:10
float time_left
Definition Lifetime.hpp:11