Changeset 20107 for trunk/Mars
- Timestamp:
- 09/29/21 15:50:19 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mtools/MagicDomino.h
r20095 r20107 25 25 { 26 26 private: 27 28 #pragma GCC diagnostic push 29 #pragma GCC diagnostic ignored "-Wshadow" 27 30 enum 28 31 { … … 35 38 kUserBits = 0x7fc000, // 14-23 are allowed 36 39 37 #pragma GCC diagnostic push38 #pragma GCC diagnostic ignored "-Wshadow"39 40 kBottomLeft = kBottom|kLeft, 40 41 kBottomRight = kBottom|kRight, 41 42 kTopLeft = kTop|kLeft, 42 43 kTopRight = kTop|kRight 44 }; 43 45 #pragma GCC diagnostic pop 44 45 };46 46 47 47 MGeomCam *fGeomCam; // pointer to camera geometry
Note:
See TracChangeset
for help on using the changeset viewer.