17 lines
371 B
C
17 lines
371 B
C
//
|
|
// osx-main-Bridging-Header.h
|
|
// emulator-osx
|
|
//
|
|
// Created by admin on 8/5/15.
|
|
// Copyright (c) 2015 reicast. All rights reserved.
|
|
//
|
|
|
|
#ifndef emulator_osx_osx_main_Bridging_Header_h
|
|
#define emulator_osx_osx_main_Bridging_Header_h
|
|
|
|
void emu_main();
|
|
bool emu_single_frame(int w, int h);
|
|
void emu_gles_init();
|
|
void emu_key_input(const char* key, int state);
|
|
#endif
|