Files
wagic/JGE/src/JApp.cpp
jean.chalard 56ce4a14ae J :
* Create the subsystem for keybindings.
2010-02-14 13:21:12 +00:00

33 lines
609 B
C++

//-------------------------------------------------------------------------------------
//
// 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;
// }