175 // Pointer to the main application. |
175 // Pointer to the main application. |
176 extern const QApplication* g_app; |
176 extern const QApplication* g_app; |
177 |
177 |
178 // ----------------------------------------------------------------------------- |
178 // ----------------------------------------------------------------------------- |
179 // Identity matrix |
179 // Identity matrix |
180 extern const matrix<3> g_identity; |
180 extern const matrix g_identity; |
181 |
181 |
182 #endif // COMMON_H |
182 #endif // COMMON_H |