ppsspp/SDL/CocoaBarItems.h
2023-02-14 19:11:44 +03:00

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