16 #ifndef __STSTATUS_TYPE__
17 #define __STSTATUS_TYPE__
18 typedef int8u StStatus;
19 #endif //__STSTATUS_TYPE__
34 #define DEFINE_ERROR(symbol, value) \
35 ST_ ## symbol = value,
39 #ifndef DOXYGEN_SHOULD_SKIP_THIS
41 #endif //DOXYGEN_SHOULD_SKIP_THIS
51 #endif // __ERRORS_H__