The Update(TM), Part 1

This commit is contained in:
2025-07-27 22:08:57 -04:00
parent 0439221e78
commit fe8bdae9a8
45 changed files with 4450 additions and 3564 deletions

View File

@@ -1,3 +1,5 @@
// Main function
#include "main.h"
s32
@@ -5,12 +7,8 @@ main(s32 argc, char* argv[])
{
State state;
// If anm2 given on command line, set state argument to that (will be loaded)
if (argc > 0 && argv[1])
{
state.argument = argv[1];
state.isArgument = true;
}
init(&state);