mirror of
https://github.com/UltraCoderRU/screepsxx.git
synced 2026-01-28 10:05:13 +00:00
9 lines
130 B
C++
9 lines
130 B
C++
#include "Memory.hpp"
|
|
|
|
namespace Screeps {
|
|
|
|
MemoryObject Memory;
|
|
|
|
MemoryObject::MemoryObject() = default;
|
|
|
|
} // namespace Screeps
|