a bunch of misc updates

This commit is contained in:
2024-01-17 16:54:25 -06:00
parent 902ae86ab9
commit 5e112b954d
10 changed files with 213 additions and 1 deletions

11
src/ActionId.hpp Normal file
View File

@@ -0,0 +1,11 @@
#ifndef H_C91B532FD0D0486EAE4B48A326F9CA8C
#define H_C91B532FD0D0486EAE4B48A326F9CA8C
#include <cstdint>
struct ActionId
{
uint32_t value;
};
#endif //H_C91B532FD0D0486EAE4B48A326F9CA8C