diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-04-02 20:46:41 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-04-02 20:46:41 -0400 |
| commit | a02c7589c6c9e902c59a632aa650635336fe648c (patch) | |
| tree | 8ec4800ff9f9effbd9141e02131123448679bc93 /editor/editor-types.cpp | |
| parent | fad302f7db146a78900f9b21dbbcd97761093c1b (diff) | |
pke: checkpoint: major serialization refactor
Diffstat (limited to 'editor/editor-types.cpp')
| -rw-r--r-- | editor/editor-types.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/editor-types.cpp b/editor/editor-types.cpp new file mode 100644 index 0000000..b9d278a --- /dev/null +++ b/editor/editor-types.cpp @@ -0,0 +1,4 @@ + +#include "editor-types.hpp" + +struct editor_master editor_mstr; |
