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/nv/gfx/texture_atlas.hh

    r145 r319  
    1 // Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
     1// Copyright (C) 2012-2014 ChaosForge Ltd
    22// http://chaosforge.org/
    33//
     
    1010#define NV_TEXTURE_ATLAS_HH
    1111
    12 #include <nv/common.hh>
    13 #include <nv/math.hh>
     12#include <nv/core/common.hh>
     13#include <nv/core/math.hh>
    1414#include <nv/gfx/image.hh>
    1515#include <vector>
Note: See TracChangeset for help on using the changeset viewer.