new rendering system and other additions
This commit is contained in:
parent
db93d81ffd
commit
2e24e1714e
33 changed files with 1229 additions and 269 deletions
|
|
@ -24,6 +24,8 @@ struct Map {
|
|||
|
||||
std::vector<Rail> Rails;
|
||||
|
||||
Element* GetElementById(std::string id);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue