- Timestamp:
- 07/22/15 23:47:07 (10 years ago)
- Location:
- trunk/nv/base
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/base/assert.hh
r403 r436 19 19 #ifndef NV_BASE_ASSERT_HH 20 20 #define NV_BASE_ASSERT_HH 21 22 #ifdef NV_INTERNAL_INCLUDE23 #undef NV_BASE_COMMON_HH24 #include <nv/base/common.hh>25 #endif26 21 27 22 #ifdef assert -
trunk/nv/base/capi.hh
r402 r436 18 18 #define NV_BASE_CAPI_HH 19 19 20 #include <nv/ common.hh>20 #include <nv/base/common.hh> 21 21 22 22 namespace nv -
trunk/nv/base/rtti_support.hh
r402 r436 11 11 * 12 12 * This is the minimal support header for our rtti to work. 13 * TODO: not thread safe - once constexpr works move to runtime hash!14 13 */ 15 14
Note: See TracChangeset
for help on using the changeset viewer.