/** --------------------------------------------------------------------------- * @file: entity.h * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. * ---------------------------------------------------------------------------- */ #ifndef YAGE_ENGINE_ENTITY_H #define YAGE_ENGINE_ENTITY_H #include namespace yage { typedef unsigned int Entity; } // namespace yage #endif