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