/* core/level.h This file is part of the Osirion project and is distributed under the terms of the GNU General Public License version 2 */ #ifndef __INCLUDED_CORE_LEVEL_H__ #define __INCLUDED_CORE_LEVEL_H__ #include #include #include #include #include "core/label.h" #include "model/model.h" namespace core { /** * @brief type definition for a player or entity level * */ typedef unsigned int Level; } // namespace core #endif // __INCLUDED_CORE_LEVEL_H__