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