Ignore:
Timestamp:
06/11/15 21:40:00 (10 years ago)
Author:
epyon
Message:
  • bulk update copyright update include guards cleanup core/common.hh -> common.hh minor cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/engine/particle_engine.hh

    r392 r395  
    1 // Copyright (C) 2014 ChaosForge Ltd
     1// Copyright (C) 2014-2015 ChaosForge Ltd
    22// http://chaosforge.org/
    33//
    4 // This file is part of NV Libraries.
    5 // For conditions of distribution and use, see copyright notice in nv.hh
    6 
    7 #ifndef NV_GFX_PARTICLE_ENGINE
    8 #define NV_GFX_PARTICLE_ENGINE
    9 
    10 #include <nv/core/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>
    1111#include <nv/stl/math.hh>
    1212#include <nv/stl/vector.hh>
     
    203203}
    204204
    205 #endif // NV_GFX_PARTICLE_ENGINE
     205#endif // NV_ENGINE_PARTICLE_ENGINE
Note: See TracChangeset for help on using the changeset viewer.