J :
* Remove this unused file.
This commit is contained in:
@@ -1,31 +0,0 @@
|
|||||||
//-------------------------------------------------------------------------------------
|
|
||||||
//
|
|
||||||
// JGE++ is a hardware accelerated 2D game SDK for PSP/Windows.
|
|
||||||
//
|
|
||||||
// Licensed under the BSD license, see LICENSE in JGE root for details.
|
|
||||||
//
|
|
||||||
// Copyright (c) 2007 James Hui (a.k.a. Dr.Watson) <jhkhui@gmail.com>
|
|
||||||
//
|
|
||||||
//-------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#ifndef _GAMEAPP_H_
|
|
||||||
#define _GAMEAPP_H_
|
|
||||||
|
|
||||||
#include <JApp.h>
|
|
||||||
|
|
||||||
class GameApp: public JApp
|
|
||||||
{
|
|
||||||
|
|
||||||
public:
|
|
||||||
GameApp();
|
|
||||||
virtual ~GameApp();
|
|
||||||
virtual void Create();
|
|
||||||
virtual void Destroy();
|
|
||||||
virtual void Update();
|
|
||||||
virtual void Render();
|
|
||||||
virtual void Pause();
|
|
||||||
virtual void Resume();
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user