mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 20:25:42 +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
|
||||
#define _MENU_DATABASE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
#include "../core_info.h"
|
||||
#include <file/file_list.h>
|
||||
@ -27,6 +23,10 @@ extern "C" {
|
||||
#include "../libretrodb/libretrodb.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int menu_database_populate_list(file_list_t *list, const char *path);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user