SmartEngine  1.6.0
Utilities.h
1 // Copyright (C) Entropy Software LLC - All Rights Reserved
2 
3 #pragma once
4 
5 #include "Hash.h"
6 
8 
9 #ifndef SMARTENGINE_ENUM_STRING
10 #define SMARTENGINE_ENUM_STRING(Type, ...)
11 #endif
12 
13 #define SMARTENGINE_DECLARE_CLASS(T) static ObjectClassId GetClassId();
14 
15 /// @endcond