preliminary utf-16 stuff

This commit is contained in:
2025-12-13 21:54:29 -05:00
parent 1a3c75a84a
commit 31ac9707e7
13 changed files with 155 additions and 97 deletions

View File

@@ -27,6 +27,7 @@ namespace anm2ed::anm2
class Anm2
{
public:
bool isValid{true};
Info info{};
Content content{};
Animations animations{};