Source: easyspriteengine.h
|
|
|
|
/***************************************************************************
easyspriteengine.h - description
-------------------
begin : Sat Oct 5 2002
copyright : (C) 2002 by Vladimir Grichina
email : vgrichina@mail.ru
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef EASYSPRITEENGINE_H
#define EASYSPRITEENGINE_H
#include "easygamelibcommon.h"
#include "easyspriteplane.h"
/**Sprite engine
*@author Vladimir Grichina
*/
class EasySpriteEngine:public EasySpritePlane {
public:
EasySpriteEngine();
~EasySpriteEngine();
};
#endif
Generated by: vg on localhost.localdomain on Fri Jan 17 13:05:24 2003, using kdoc 2.0a53. |