changes to characters and potions, work in progress

This commit is contained in:
2024-07-13 00:59:52 -04:00
parent afc2b9fa12
commit f2d2f6f72d
22 changed files with 215 additions and 76 deletions

View File

@ -1,3 +1,5 @@
#include <iostream>
#include "cc3k.h"
#include "arguments.h"
@ -17,6 +19,9 @@ int main(int argc, char **argv) {
FEATURE_CONFLICT | FEATURE_PANIC_SEED)) {
panic_args(enabled_features);
return RETURN_PANICKED;
} else if (enabled_features & FEATURE_LIST_ARGS) {
print_args_list();
return RETURN_FINE;
}
// CC3K game_proc(enabled_features, *in, *out, *log, *rng);