reformatting code according to guidelines defined at
http://wololo.net/forum/viewtopic.php?f=35&t=2235&start=10
This commit is contained in:
@@ -18,20 +18,19 @@ static char GameName[] = "Wagic";
|
||||
//-------------------------------------------------------------------------------------
|
||||
JApp* JGameLauncher::GetGameApp()
|
||||
{
|
||||
return NEW GameApp();
|
||||
};
|
||||
|
||||
return NEW GameApp();
|
||||
}
|
||||
;
|
||||
|
||||
//-------------------------------------------------------------------------------------
|
||||
char *JGameLauncher::GetName()
|
||||
{
|
||||
return GameName;
|
||||
return GameName;
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------------------
|
||||
u32 JGameLauncher::GetInitFlags()
|
||||
{
|
||||
return JINIT_FLAG_NORMAL;
|
||||
return JINIT_FLAG_NORMAL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user