GCS  0.2.3
gu_types.hpp
1 // Copyright (C) 2013 Codership Oy <info@codership.com>
2 
9 #ifndef _GU_TYPES_HPP_
10 #define _GU_TYPES_HPP_
11 
12 #include "gu_types.h"
13 
14 namespace gu {
15 
16 typedef gu_byte_t byte_t;
17 
18 }
19 
20 #endif /* _GU_TYPES_HPP_ */