Initial clone in from local subversion server

This commit is contained in:
2011-05-26 02:24:33 +00:00
commit ccca81e04e
87 changed files with 20290 additions and 0 deletions

15
libgame.h Executable file
View File

@@ -0,0 +1,15 @@
#ifndef __LIBGAME_H__
#define __LIBGAME_H__
#include "Common.h"
#include "FontRenderer.h"
#include "Renderable.h"
#include "SpriteStrip.h"
#include "Animation.h"
#include "Actor.h"
#include "Display.h"
#include "Display2D.h"
#include "MenuDisplay.h"
#include "Game.h"
#endif // __LIBGAME_H__