Integrate dynamic list sizes for credited patrons, add CONTRIBUTORS to credits

(Also added myself to the credits, only took 6 years to not be lazy about it)
This commit is contained in:
Ethan Lee
2020-01-16 20:14:56 -05:00
parent 73335c347c
commit 2aa4aa5f8a
5 changed files with 148 additions and 83 deletions

View File

@@ -220,6 +220,10 @@ public:
int timetrialpar, timetrialresulttime, timetrialrank;
int creditposition;
int creditmaxposition;
std::vector<const char*> superpatrons;
std::vector<const char*> patrons;
std::vector<const char*> githubfriends;
bool insecretlab;
bool inintermission;