This commit is contained in:
2025-12-13 20:12:52 -05:00
parent 21b66d8337
commit d34ff73512
14 changed files with 552 additions and 471 deletions
+11
View File
@@ -70,6 +70,17 @@ namespace anm2ed::types::merge
};
}
namespace anm2ed::types::edit
{
enum Type
{
NONE,
START,
DURING,
END
};
}
namespace anm2ed::types::color
{
using namespace glm;