mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Put headers outside of extern "C"
This commit is contained in:
parent
caa7336911
commit
978248daa9
@ -16,10 +16,6 @@
|
|||||||
#ifndef _MENU_DATABASE_H
|
#ifndef _MENU_DATABASE_H
|
||||||
#define _MENU_DATABASE_H
|
#define _MENU_DATABASE_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "../core_info.h"
|
#include "../core_info.h"
|
||||||
#include <file/file_list.h>
|
#include <file/file_list.h>
|
||||||
@ -27,6 +23,10 @@ extern "C" {
|
|||||||
#include "../libretrodb/libretrodb.h"
|
#include "../libretrodb/libretrodb.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
int menu_database_populate_list(file_list_t *list, const char *path);
|
int menu_database_populate_list(file_list_t *list, const char *path);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user