Changeset 319 for trunk/src/gfx/particle_engine.cc
- Timestamp:
- 08/21/14 04:02:01 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/particle_engine.cc
r313 r319 1 // Copyright (C) 2014 ChaosForge Ltd 2 // This file is part of NV Libraries. 3 // For conditions of distribution and use, see copyright notice in nv.hh 4 1 5 #include "nv/gfx/particle_engine.hh" 2 6 3 7 #include <nv/interface/device.hh> 4 #include <nv/ random.hh>8 #include <nv/core/random.hh> 5 9 #include <nv/lua/lua_glm.hh> 6 #include <nv/ logging.hh>10 #include <nv/core/logging.hh> 7 11 #include <cmath> 8 12
Note: See TracChangeset
for help on using the changeset viewer.