mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
19 lines
189 B
C
19 lines
189 B
C
//
|
|
// CocoaBarItems.h
|
|
// PPSSPP
|
|
//
|
|
// Created by Serena on 06/02/2023.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void initializeOSXExtras();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|