Fixed image decoding.

This commit is contained in:
2024-02-19 21:12:03 -08:00
parent b4674bd94c
commit 27dfd430ad
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ namespace ehs
public:
Glyph();
Glyph(Serializer<>& ser);
Glyph(Serializer<UInt_64>& ser);
Glyph(const Char_32 code);