aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/scene.hpp
AgeCommit message (Collapse)Author
2022-06-13chore: add nolint comments to interfacesHampusM
2022-06-13feat: implement generations & multithreadingHampusM
2022-06-13feat: add inserting cellsHampusM
2022-06-13feat: add status barHampusM
2022-06-13refactor: rename game initializer & move input configHampusM
2022-06-13refactor: add virtual destructors to interfacesHampusM
This is required by clang++ for some reason...
2022-06-13add basic engine graphicsHampusM