#ifndef UTILS_H #define UTILS_H #include #include /** * @brief WorldRules * this map conteins: * 1. list of generated objects and they count. * 2. long of world (Long), * 3. spead of world (Spead), * !!!Note: all object show on map alltime. */ typedef QMap WorldRules; namespace Global { extern QPoint deviceSize; }; #endif // UTILS_H