16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 22:59:19 +02:00
This commit is contained in:
milek7
2019-01-13 14:19:21 +01:00
parent 3db9efd3f7
commit cb106fb135
17 changed files with 82 additions and 66 deletions

View File

@@ -220,6 +220,7 @@ enum class user_command {
vehiclemoveforwards,
vehiclemovebackwards,
vehicleboost,
debugtoggle,
none = -1
};
@@ -257,6 +258,9 @@ struct command_data {
double param1;
double param2;
double time_delta;
bool freefly;
glm::vec3 location;
};
// command_queues: collects and holds commands from input sources, for processing by their intended recipients