.
This commit is contained in:
4
types.hh
Normal file → Executable file
4
types.hh
Normal file → Executable file
@@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#ifndef TYPES_HH
|
||||||
|
#define TYPES_HH
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
@@ -19,3 +20,4 @@ typedef void * any;
|
|||||||
|
|
||||||
using std::string;
|
using std::string;
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
#endif // TYPES_HH
|
||||||
Reference in New Issue
Block a user