diff options
| author | hovertank3d <[email protected]> | 2025-11-18 17:21:19 +0100 |
|---|---|---|
| committer | hovertank3d <[email protected]> | 2025-11-18 17:21:19 +0100 |
| commit | bf1a13611b05350a71807be9a7cc384f11737b2b (patch) | |
| tree | d7c9702e61208960d8603a92dd7ca7003160dddc /include/util | |
| parent | c2b53f27bad24003867afa5f5f7aedcf6fa7b26d (diff) | |
| download | ogurec-bf1a13611b05350a71807be9a7cc384f11737b2b.tar.gz ogurec-bf1a13611b05350a71807be9a7cc384f11737b2b.zip | |
implement parsing world file header
Diffstat (limited to 'include/util')
| -rw-r--r-- | include/util/io.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/util/io.hpp b/include/util/io.hpp index e99c86a..629bf59 100644 --- a/include/util/io.hpp +++ b/include/util/io.hpp @@ -209,4 +209,6 @@ public: } }; +using serialized_file = serialized_io<file_io>; + }
\ No newline at end of file |
