381:241f65769a57 | 382:c1642530ea35 |
---|---|
46 | 46 |
47 // Grid stuff | 47 // Grid stuff |
48 typedef struct { | 48 typedef struct { |
49 const char* const name; | 49 const char* const name; |
50 floatconfig* const confs[4]; | 50 floatconfig* const confs[4]; |
51 QAction** const actionptr; | |
52 } gridinfo; | 51 } gridinfo; |
53 | 52 |
54 extern_cfg (int, grid); | 53 extern_cfg (int, grid); |
55 static const short g_NumGrids = 3; | 54 static const short g_NumGrids = 3; |
56 extern const gridinfo g_GridInfo[3]; | 55 extern const gridinfo g_GridInfo[3]; |