Skip to content

YimMenu/YimMenuV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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