[Databuckets] Move Databuckets to Common (#4918)

* [Databuckets] Move Databuckets to Common

* Fix linking issue
This commit is contained in:
Chris Miles
2025-06-16 16:48:29 -05:00
committed by GitHub
parent a0ff9d67a1
commit 1be7e56b86
23 changed files with 62 additions and 60 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ SET(zone_sources
combat_record.cpp
command.cpp
corpse.cpp
data_bucket.cpp
../common/data_bucket.cpp
doors.cpp
dialogue_window.cpp
dynamic_zone.cpp
@@ -195,7 +195,7 @@ SET(zone_headers
command.h
common.h
corpse.h
data_bucket.h
../common/data_bucket.h
doors.h
dialogue_window.h
dynamic_zone.h