add more struct and enum. impl some functions

This commit is contained in:
2023-09-05 22:23:05 +08:00
parent ab8a9da526
commit 2ec66131cf
15 changed files with 713 additions and 76 deletions

View File

@ -1,5 +1,6 @@
#pragma once
#include "../VTUtils.hpp"
#include <string>
#include <vector>
#include <cstring>