Make Type an enum class (C++11 ftw)
This commit is contained in:
@@ -5,4 +5,6 @@
|
||||
|
||||
enum class Type { BOOL, INT, STRING, VOID };
|
||||
|
||||
std::string typeToString(Type type);
|
||||
|
||||
#endif // TYPE_H
|
||||
|
||||
Reference in New Issue
Block a user