Changeset 319 for trunk/nv/core/time.hh


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
Location:
trunk/nv/core
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/nv/core/time.hh

    r205 r319  
    1 // Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
     1// Copyright (C) 2012-2014 ChaosForge Ltd
    22// http://chaosforge.org/
    33//
     
    1010 */
    1111
    12 #ifndef NV_TIME_HH
    13 #define NV_TIME_HH
     12#ifndef NV_CORE_TIME_HH
     13#define NV_CORE_TIME_HH
    1414
    15 #include <nv/common.hh>
     15#include <nv/core/common.hh>
    1616
    1717namespace nv
     
    146146} // namespace nv
    147147
    148 #endif // NV_TIME_HH
     148#endif // NV_CORE_TIME_HH
Note: See TracChangeset for help on using the changeset viewer.