src/miscallenous.h

changeset 848
68410477c8bb
parent 844
11587d419d2f
child 850
a3d72b0e916d
equal deleted inserted replaced
847:274a7fac44fc 848:68410477c8bb
48 48
49 // Grid stuff 49 // Grid stuff
50 struct gridinfo 50 struct gridinfo
51 { 51 {
52 const char* name; 52 const char* name;
53 ConfigEntry::FloatType* coordsnap; 53 AbstractConfigEntry::FloatType* coordsnap;
54 ConfigEntry::FloatType* anglesnap; 54 AbstractConfigEntry::FloatType* anglesnap;
55 }; 55 };
56 56
57 EXTERN_CFGENTRY (Int, grid); 57 EXTERN_CFGENTRY (Int, grid);
58 static const int g_numGrids = 3; 58 static const int g_numGrids = 3;
59 extern const gridinfo g_gridInfo[3]; 59 extern const gridinfo g_gridInfo[3];

mercurial