/* ---------------------------------------------------------------------------- * Common data types * ---------------------------------------------------------------------------- * Copyright (c) 2012 Ben Blazak * Released under The MIT License (MIT) (see "license.md") * Project located at * ------------------------------------------------------------------------- */ #ifndef DATA_TYPES_COMMON_h #define DATA_TYPES_COMMON_h #include #include #include #endif