FrederikTobner / tobot-engine

A simple 2D game engine built on top of SDL2
https://frederiktobner.github.io/tobot-engine/
GNU General Public License v3.0
2 stars 0 forks source link

feat: :fire: added tobot_tooling #34

Closed FrederikTobner closed 1 year ago

FrederikTobner commented 1 year ago

added tobot_tooling as a library, moved vscode config to the technical documentation and improved cmake scripts

jksevend commented 1 year ago

Please also rename tobot.h to tobot_engine.h. Is it possible to create a separate include directory for tobot_tooling where all headers are exported through a tobot_tooling.h?

FrederikTobner commented 1 year ago

Please also rename tobot.h to tobot_engine.h. Is it possible to create a separate include directory for tobot_tooling where all headers are exported through a tobot_tooling.h?

Yes of course