Refactor common functionality into zelda3 namespace; remove references to core::common

This commit is contained in:
scawful
2025-01-22 13:53:01 -05:00
parent 43fc52dec7
commit 26cda69d44
17 changed files with 35 additions and 53 deletions

View File

@@ -10,7 +10,6 @@
#include <vector>
#include "absl/status/status.h"
#include "app/core/common.h"
#include "app/rom.h"
#include "util/macro.h"