Put headers outside of extern "C"

This commit is contained in:
twinaphex 2015-01-24 05:18:25 +01:00
parent caa7336911
commit 978248daa9

View File

@ -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