HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DRCEError.hpp
Go to the documentation of this file.
1 
14 #ifndef DRCE_ERROR_HPP
15 #define DRCE_ERROR_HPP
16 
17 namespace HCE
18 {
19 namespace drce
20 {
21 //-----------------------------------------------------------------------------
22 enum
23 {
29 
32 
36 
41  // TODO
42 };
43 //-----------------------------------------------------------------------------
44 //-----------------------------------------------------------------------------
45 } // namespace drce
46 } // namespace HCE
47 
48 #endif // DRCE_ERROR_HPP