Ignore:
Timestamp:
08/21/14 04:02:01 (11 years ago)
Author:
epyon
Message:
  • created core module and moved all free source files there
  • took the opportunity to update all copyright lines and minor cleanup
  • minor fixes
  • not all examples are up to date
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
    15#include "nv/gfx/particle_engine.hh"
    26
    37#include <nv/interface/device.hh>
    4 #include <nv/random.hh>
     8#include <nv/core/random.hh>
    59#include <nv/lua/lua_glm.hh>
    6 #include <nv/logging.hh>
     10#include <nv/core/logging.hh>
    711#include <cmath>
    812
Note: See TracChangeset for help on using the changeset viewer.