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/logger.cc

    r295 r319  
    1 // Copyright (C) 2011 Kornel Kisielewicz
     1// Copyright (C) 2011-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/logger.hh"
    6 
    7 #include "nv/common.hh"
     5#include "nv/core/logger.hh"
     6
     7#include "nv/core/common.hh"
    88#include <iostream>
    99#include <utility>
     
    1212#include <ctime>
    1313#include <cstdio>
    14 #include <nv/exception.hh>
     14#include "nv/core/exception.hh"
    1515#if NV_PLATFORM == NV_WINDOWS
    1616#define WIN32_LEAN_AND_MEAN
Note: See TracChangeset for help on using the changeset viewer.