Changeset 395 for trunk/nv/engine/particle_engine.hh
- Timestamp:
- 06/11/15 21:40:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/engine/particle_engine.hh
r392 r395 1 // Copyright (C) 2014 ChaosForge Ltd1 // Copyright (C) 2014-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh6 7 #ifndef NV_ GFX_PARTICLE_ENGINE8 #define NV_ GFX_PARTICLE_ENGINE9 10 #include <nv/co re/common.hh>4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 7 #ifndef NV_ENGINE_PARTICLE_ENGINE 8 #define NV_ENGINE_PARTICLE_ENGINE 9 10 #include <nv/common.hh> 11 11 #include <nv/stl/math.hh> 12 12 #include <nv/stl/vector.hh> … … 203 203 } 204 204 205 #endif // NV_ GFX_PARTICLE_ENGINE205 #endif // NV_ENGINE_PARTICLE_ENGINE
Note: See TracChangeset
for help on using the changeset viewer.