This commit is contained in:
2026-05-04 16:05:02 +09:00
parent a33f58ad9b
commit 9398075296

4
types.hh Normal file → Executable file
View File

@@ -1,4 +1,5 @@
#pragma once
#ifndef TYPES_HH
#define TYPES_HH
#include <cstdint>
#include <string>
@@ -19,3 +20,4 @@ typedef void * any;
using std::string;
using std::vector;
#endif // TYPES_HH