mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-23 07:56:52 +00:00
12 lines
221 B
C++
12 lines
221 B
C++
|
|
//
|
||
|
|
// AppUI-Bridging-Header.h - Sudachi
|
||
|
|
// Created by Jarrod Norwell on 4/3/2024.
|
||
|
|
//
|
||
|
|
|
||
|
|
#ifndef AppUI_Bridging_Header_h
|
||
|
|
#define AppUI_Bridging_Header_h
|
||
|
|
|
||
|
|
#import "Wrapper/AppUIObjC.h"
|
||
|
|
|
||
|
|
#endif /* AppUI_Bridging_Header_h */
|