src/common.h

changeset 191
9bb6a17305ad
parent 189
ac2d3e8dd110
child 211
8d35e631bef3
equal deleted inserted replaced
190:82f784cf2ce5 191:9bb6a17305ad
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

mercurial