And so it begins...
commit538583897a2f8e15ae5e3e17054f53e16e8b0573
authorBrian Caine <brian@mephistopheles.(none)>
Thu, 8 May 2008 21:16:49 +0000 (8 17:16 -0400)
committerBrian Caine <brian@mephistopheles.(none)>
Thu, 8 May 2008 21:16:49 +0000 (8 17:16 -0400)
tree982e34be2ac87e7c76041ca312ccaf5096e18341
parentc7617c6636194b7f84c21c6f70d903d160c3ca94
And so it begins...
26 files changed:
source/include/Global.h [new file with mode: 0644]
source/include/core/Actor.h [new file with mode: 0644]
source/include/core/Engine.h [new file with mode: 0644]
source/include/core/Event.h [new file with mode: 0644]
source/include/core/EventManager.h [new file with mode: 0644]
source/include/core/Level.h [new file with mode: 0644]
source/include/core/ScriptObject.h [new file with mode: 0644]
source/include/core/ScriptObjectManager.h [new file with mode: 0644]
source/include/core/ScriptedClass.h [new file with mode: 0644]
source/include/core/Variant.h [new file with mode: 0644]
source/include/plugins/audio/AudioDevice.h [new file with mode: 0644]
source/include/plugins/audio/AudioSample.h [new file with mode: 0644]
source/include/plugins/graphics/Display.h [new file with mode: 0644]
source/include/plugins/graphics/Drawable.h [new file with mode: 0644]
source/include/plugins/graphics/Graphics.h [new file with mode: 0644]
source/include/plugins/graphics/Target.h [new file with mode: 0644]
source/include/plugins/input/InputManager.h [new file with mode: 0644]
source/include/plugins/media/CustomizedLoader.h [new file with mode: 0644]
source/include/plugins/media/LoadedMedia.h [new file with mode: 0644]
source/include/plugins/media/MediaLoader.h [new file with mode: 0644]
source/include/plugins/script/ScriptVM.h [new file with mode: 0644]
source/src/GuileScript/GuileVM.cpp [new file with mode: 0644]
source/src/GuileScript/GuileVM.h [new file with mode: 0644]
source/src/GuileScript/GuileVMPlugin.cpp [new file with mode: 0644]
source/src/main/Engine.cpp [new file with mode: 0644]
source/src/main/main.cpp [new file with mode: 0644]