24 lines
325 B
Plaintext
24 lines
325 B
Plaintext
//
|
|
// ViewController.m
|
|
// HeadlessCocos
|
|
//
|
|
// Created by zhl on 2022/6/28.
|
|
//
|
|
|
|
#import "ViewController.h"
|
|
#include "platform/CCApplication.h"
|
|
|
|
@interface ViewController ()
|
|
|
|
@end
|
|
|
|
@implementation ViewController
|
|
|
|
- (void)viewDidLoad {
|
|
[super viewDidLoad];
|
|
// Do any additional setup after loading the view.
|
|
}
|
|
|
|
|
|
@end
|