mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-05 22:55:41 +13:00
7 lines
No EOL
183 B
C
7 lines
No EOL
183 B
C
#pragma once
|
|
#include <Foundation/Foundation.h>
|
|
#include <QuartzCore/QuartzCore.h>
|
|
|
|
void iosCreateEmulator();
|
|
void iosLoadROM(NSString* pathNS);
|
|
void iosRunFrame(CAMetalLayer* layer); |