mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
6 lines
No EOL
148 B
C
6 lines
No EOL
148 B
C
#pragma once
|
|
#include <Foundation/Foundation.h>
|
|
#include <QuartzCore/QuartzCore.h>
|
|
|
|
void iosCreateEmulator();
|
|
void iosRunFrame(CAMetalLayer* layer); |