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
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-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/io_event.hh"
    8 
    9 #include <nv/types.hh>
     7#include "nv/core/io_event.hh"
    108
    119using namespace nv;
     
    4442}
    4543
     44/************************************************************************
    4645void nv::register_io_types( type_database* db )
    4746{
     
    138137        db->create_type<system_event>("system_event").fields( system_fields );
    139138}
     139************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.