Merge branch 'master' into aug_sept_2024

This commit is contained in:
Seth Barberee
2024-10-04 08:41:12 -07:00
committed by GitHub
22 changed files with 80 additions and 132 deletions

View File

@@ -1,7 +1,7 @@
#ifndef GUARD_CONSTANTS_DUNGEON_ACTION_H
#define GUARD_CONSTANTS_DUNGEON_ACTION_H
enum Action
enum DungeonAction
{
ACTION_NOTHING = 0x0,
ACTION_PASS_TURN = 0x1,