Changeset 326 for trunk/nv/interface/window.hh
- Timestamp:
- 08/26/14 18:39:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/interface/window.hh
r319 r326 10 10 */ 11 11 12 #ifndef NV_ GUI_WINDOW_HH13 #define NV_ GUI_WINDOW_HH12 #ifndef NV_WINDOW_HH 13 #define NV_WINDOW_HH 14 14 15 15 #include <nv/core/common.hh> … … 21 21 class context; 22 22 class device; 23 23 24 class window 24 25 { … … 39 40 40 41 41 #endif // NV_ GUI_WINDOW_HH42 #endif // NV_WINDOW_HH
Note: See TracChangeset
for help on using the changeset viewer.