]> git.mxchange.org Git - simgear.git/commit
Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear...
authorehofman <ehofman>
Wed, 24 Sep 2003 17:19:22 +0000 (17:19 +0000)
committerehofman <ehofman>
Wed, 24 Sep 2003 17:19:22 +0000 (17:19 +0000)
commitd22640ef4e938b523bdc30cd83370977d30de856
treecf442ff1c2ba588d75ef4a3db57e83ffbee4a6fd
parentf3eeeb760f866d118d030124ec3b7f4b7e523cb3
Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups
22 files changed:
configure.ac
simgear/Makefile.am
simgear/misc/Makefile.am
simgear/misc/commands.cxx [deleted file]
simgear/misc/commands.hxx [deleted file]
simgear/misc/exception.cxx [deleted file]
simgear/misc/exception.hxx [deleted file]
simgear/props/condition.cxx
simgear/scene/material/matlib.cxx
simgear/scene/model/model.cxx
simgear/structure/.cvsignore [new file with mode: 0644]
simgear/structure/Makefile.am [new file with mode: 0644]
simgear/structure/callback.hxx [new file with mode: 0644]
simgear/structure/commands.cxx [new file with mode: 0644]
simgear/structure/commands.hxx [new file with mode: 0644]
simgear/structure/event_mgr.cxx [new file with mode: 0644]
simgear/structure/event_mgr.hxx [new file with mode: 0644]
simgear/structure/exception.cxx [new file with mode: 0644]
simgear/structure/exception.hxx [new file with mode: 0644]
simgear/structure/subsystem_mgr.cxx [new file with mode: 0644]
simgear/structure/subsystem_mgr.hxx [new file with mode: 0644]
simgear/xml/easyxml.hxx