Changeset 319 for trunk/nv/core/exception.hh
- Timestamp:
- 08/21/14 04:02:01 (11 years ago)
- Location:
- trunk/nv/core
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/core/exception.hh
r256 r319 1 // Copyright (C) 2012-201 3 ChaosForge / Kornel Kisielewicz1 // Copyright (C) 2012-2014 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // … … 11 11 */ 12 12 13 #ifndef NV_ EXCEPTION_HH14 #define NV_ EXCEPTION_HH13 #ifndef NV_CORE_EXCEPTION_HH 14 #define NV_CORE_EXCEPTION_HH 15 15 16 #include <nv/co mmon.hh>16 #include <nv/core/common.hh> 17 17 #include <string> 18 18 #include <exception> … … 44 44 } 45 45 46 #endif // NV_ EXCEPTION_HH46 #endif // NV_CORE_EXCEPTION_HH
Note: See TracChangeset
for help on using the changeset viewer.