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/formats/nmd_loader.cc

    r292 r319  
    1 // Copyright (C) 2014 ChaosForge / Kornel Kisielewicz
     1// Copyright (C) 2014 ChaosForge Ltd
    22// http://chaosforge.org/
    33//
     
    77#include "nv/formats/nmd_loader.hh"
    88#include "nv/io/std_stream.hh"
    9 #include "nv/string.hh"
     9#include "nv/core/string.hh"
    1010
    1111using namespace nv;
Note: See TracChangeset for help on using the changeset viewer.