mirror of
https://github.com/UltraCoderRU/screepsxx.git
synced 2026-01-28 01:55:12 +00:00
9 lines
145 B
C++
9 lines
145 B
C++
#include "RawMemory.hpp"
|
|
|
|
namespace Screeps {
|
|
|
|
RawMemoryObject RawMemory;
|
|
|
|
RawMemoryObject::RawMemoryObject() = default;
|
|
|
|
} // namespace Screeps
|