equal
deleted
inserted
replaced
95 * |
95 * |
96 * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a> |
96 * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a> |
97 */ |
97 */ |
98 HWDataManager(); |
98 HWDataManager(); |
99 |
99 |
100 QDir * defaultData; |
100 QDir * defaultData; ///< directory of the installed data |
101 QDir * userData; |
101 QDir * userData; ///< directory of custom data in the user's directory |
102 }; |
102 }; |
103 |
103 |
104 #endif // HEDGEWARS_HWDATAMANAGER_H |
104 #endif // HEDGEWARS_HWDATAMANAGER_H |