Changeset 395 for trunk/src/lib
- Timestamp:
- 06/11/15 21:40:00 (10 years ago)
- Location:
- trunk/src/lib
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/assimp.cc
r319 r395 1 // Copyright (C) 2014 ChaosForge Ltd1 // Copyright (C) 2014-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/lib/assimp.hh" -
trunk/src/lib/curses.cc
r374 r395 1 // Copyright (C) 2013-201 4ChaosForge Ltd1 // Copyright (C) 2013-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/lib/curses.hh" -
trunk/src/lib/fmod.cc
r319 r395 1 // Copyright (C) 2012-201 4ChaosForge Ltd1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/lib/fmod.hh" -
trunk/src/lib/freetype2.cc
r319 r395 1 // Copyright (C) 2012-201 4ChaosForge Ltd1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/lib/freetype2.hh" -
trunk/src/lib/gl.cc
r368 r395 1 // Copyright (C) 2012-201 4ChaosForge Ltd1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh6 7 #include "nv/co re/common.hh"4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 7 #include "nv/common.hh" 8 8 #include "nv/stl/range.hh" 9 9 #include "nv/core/logging.hh" -
trunk/src/lib/lua.cc
r319 r395 1 // Copyright (C) 2012-201 4ChaosForge Ltd1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/lib/lua.hh" -
trunk/src/lib/sdl.cc
r326 r395 1 // Copyright (C) 2012-201 4ChaosForge Ltd1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/lib/sdl.hh" -
trunk/src/lib/sdl_image.cc
r319 r395 1 // Copyright (C) 2012-201 4ChaosForge Ltd1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/lib/sdl_image.hh" -
trunk/src/lib/sdl_mixer.cc
r319 r395 1 // Copyright (C) 2012-201 4ChaosForge Ltd1 // Copyright (C) 2012-2015 ChaosForge Ltd 2 2 // http://chaosforge.org/ 3 3 // 4 // This file is part of N V Libraries.5 // For conditions of distribution and use, see copy right notice in nv.hh4 // This file is part of Nova libraries. 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 7 #include "nv/lib/sdl_mixer.hh"
Note: See TracChangeset
for help on using the changeset viewer.