Changeset 319 for trunk/src/lib/gl.cc


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/lib/gl.cc

    r311 r319  
    1 // Copyright (C) 2012-2013 ChaosForge / Kornel Kisielewicz
     1// Copyright (C) 2012-2014 ChaosForge Ltd
    22// http://chaosforge.org/
    33//
     
    55// For conditions of distribution and use, see copyright notice in nv.hh
    66
    7 #include "nv/common.hh"
    8 #include "nv/range.hh"
     7#include "nv/core/common.hh"
     8#include "nv/core/range.hh"
    99#include "nv/lib/gl.hh"
    1010
    1111#if defined( NV_GL_DYNAMIC )
    1212
    13 #include "nv/library.hh"
     13#include "nv/core/library.hh"
    1414
    1515#if defined( NV_SDL_GL )
Note: See TracChangeset for help on using the changeset viewer.