new rendering system and other additions

This commit is contained in:
Tim Nebel 2023-07-19 14:50:43 +02:00
commit 2e24e1714e
33 changed files with 1229 additions and 269 deletions

View file

@ -24,6 +24,8 @@ struct Map {
std::vector<Rail> Rails;
Element* GetElementById(std::string id);
};