An open API service indexing awesome lists of open source software.

https://github.com/yimura/templatehellbase


https://github.com/yimura/templatehellbase

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Template Hell Base

This base is honestly a joke and a learning opporunity for myself to learn some more stuff about C++20. I went through the basics of what makes a mod menu base and tried to template them to hell and back.

## Structure

- `core/` : Essential general features for the base
- `game/` : Game specific implemented things
- `util/` : Loose functions that aren't game specific