Initial clone in from local subversion server
This commit is contained in:
15
libgame.h
Executable file
15
libgame.h
Executable 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__
|
||||
Reference in New Issue
Block a user