This commit is contained in:
wagic.the.homebrew
2008-11-02 09:50:16 +00:00
commit d45e3b101b
726 changed files with 179125 additions and 0 deletions

32
JGE/src/JApp.cpp Normal file
View File

@@ -0,0 +1,32 @@
//-------------------------------------------------------------------------------------
//
// 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>
//
//-------------------------------------------------------------------------------------
#include "../include/JApp.h"
#include "../include/JGE.h"
JApp::JApp()
{
//mEngine = JGE::GetInstance();
//mEngine->SetApp(this);
}
JApp::~JApp()
{
}
//
// JGE* JApp::GetJGE()
// {
// return mEngine;
// }