Some work...
commit9511995627184b44c23d90b6a3fa7b201cbf651e
authorBrian Caine <brian@mephistopheles.(none)>
Sun, 25 May 2008 05:54:57 +0000 (25 01:54 -0400)
committerBrian Caine <brian@mephistopheles.(none)>
Sun, 25 May 2008 05:54:57 +0000 (25 01:54 -0400)
treed54b21cc362459ad680417c673f1206bd5020d80
parent746b1846602da7a5bca6499555e4b7539e729fa8
Some work...

So, I worked on infrastructure.

I'm getting there, just be patient. It doesn't compile yet, but all the
errors it gets are undefined reference errors. So, those functions need
to be filled in.

Yeah.
14 files changed:
source/include/core/Actor.h
source/include/core/Engine.h
source/include/core/Game.h [new file with mode: 0644]
source/include/core/Level.h
source/include/core/MediaLoader.h
source/include/plugins/audio/Audio.h
source/include/plugins/audio/AudioDevice.h
source/include/plugins/audio/AudioSample.h
source/include/plugins/graphics/Display.h
source/include/plugins/graphics/GUI.h [deleted file]
source/include/plugins/graphics/Graphics.h
source/include/plugins/media/MediaSource.h
source/src/core/Engine.cpp
source/src/core/main.cpp