src/basics.h

changeset 1328
d68d1ce89d05
parent 1326
69a90bd2dba2
child 1332
1fffb24d4ffe
equal deleted inserted replaced
1327:b179ab2f2c4e 1328:d68d1ce89d05
48 #else // WIN32 48 #else // WIN32
49 # define DIRSLASH "/" 49 # define DIRSLASH "/"
50 # define DIRSLASH_CHAR '/' 50 # define DIRSLASH_CHAR '/'
51 #endif // WIN32 51 #endif // WIN32
52 52
53 class LDObject;
53 using GLRotationMatrix = QMatrix4x4; 54 using GLRotationMatrix = QMatrix4x4;
54 55
55 enum Axis 56 enum Axis
56 { 57 {
57 X, 58 X,

mercurial