3a2fa32ce1
I forgor to do that earlier lol Refs: #12
11 lines
177 B
C++
11 lines
177 B
C++
#include "furvm/context.hpp"
|
|
|
|
#include "furvm/thing.hpp" // IWYU pragma: keep
|
|
|
|
namespace furvm {
|
|
|
|
context::context()
|
|
: m_thingAllocator(m_thingArena) {}
|
|
|
|
} // namespace furvm
|