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

@@ -2,7 +2,6 @@
#include <string>
#include "app/core/common.h"
#include "util/hex.h"
#include "util/log.h"