1 // Common/Types.h 2 3 #ifndef __COMMON_TYPES_H 4 #define __COMMON_TYPES_H 5 6 #include "../../C/Types.h" 7 8 typedef int HRes; 9 10 #endif 11 12