Changeset 319 for trunk/src/core/logger.cc
- Timestamp:
- 08/21/14 04:02:01 (11 years ago)
- Location:
- trunk/src/core
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/logger.cc
r295 r319 1 // Copyright (C) 2011 Kornel Kisielewicz1 // Copyright (C) 2011-2014 ChaosForge Ltd 2 2 // This file is part of NV Libraries. 3 3 // For conditions of distribution and use, see copyright notice in nv.hh 4 4 5 #include "nv/ logger.hh"6 7 #include "nv/co mmon.hh"5 #include "nv/core/logger.hh" 6 7 #include "nv/core/common.hh" 8 8 #include <iostream> 9 9 #include <utility> … … 12 12 #include <ctime> 13 13 #include <cstdio> 14 #include <nv/exception.hh>14 #include "nv/core/exception.hh" 15 15 #if NV_PLATFORM == NV_WINDOWS 16 16 #define WIN32_LEAN_AND_MEAN
Note: See TracChangeset
for help on using the changeset viewer.