Changeset 319 for trunk/src/lib/gl.cc
- Timestamp:
- 08/21/14 04:02:01 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gl.cc
r311 r319 1 // Copyright (C) 2012-201 3 ChaosForge / Kornel Kisielewicz1 // Copyright (C) 2012-2014 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // … … 5 5 // For conditions of distribution and use, see copyright notice in nv.hh 6 6 7 #include "nv/co mmon.hh"8 #include "nv/ range.hh"7 #include "nv/core/common.hh" 8 #include "nv/core/range.hh" 9 9 #include "nv/lib/gl.hh" 10 10 11 11 #if defined( NV_GL_DYNAMIC ) 12 12 13 #include "nv/ library.hh"13 #include "nv/core/library.hh" 14 14 15 15 #if defined( NV_SDL_GL )
Note: See TracChangeset
for help on using the changeset viewer.