mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 05:37:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// main.m
|
||||
// RobloxMobile
|
||||
//
|
||||
// Copyright (c) 2012 ROBLOX. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int retVal = UIApplicationMain(argc, argv, @"UIApplication", @"AppDelegateROMA");
|
||||
return retVal;
|
||||
}
|
||||
Reference in New Issue
Block a user