Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 392 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 392 Bytes

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