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