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/src/core
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/core/profiler.cc

    r205 r319  
    1 // Copyright (C) 2012-2013 Kornel Kisielewicz
     1// Copyright (C) 2012-2014 ChaosForge Ltd
    22// This file is part of NV Libraries.
    33// For conditions of distribution and use, see copyright notice in nv.hh
    44
    5 #include "nv/profiler.hh"
     5#include "nv/core/profiler.hh"
    66
    77#include <iomanip>
    88#include <ios>
    9 #include "nv/time.hh"
     9#include "nv/core/time.hh"
    1010
    1111using namespace nv;
Note: See TracChangeset for help on using the changeset viewer.