Changeset 319 for trunk/src/core/io_event.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/io_event.cc
r304 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/io_event.hh" 8 9 #include <nv/types.hh> 7 #include "nv/core/io_event.hh" 10 8 11 9 using namespace nv; … … 44 42 } 45 43 44 /************************************************************************ 46 45 void nv::register_io_types( type_database* db ) 47 46 { … … 138 137 db->create_type<system_event>("system_event").fields( system_fields ); 139 138 } 139 ************************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.