mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Start namespacing config file stuff
This commit is contained in:
parent
ec0792dbbe
commit
156b2e44fc
@ -14,8 +14,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __CONFIG_FILE_H
|
||||
#define __CONFIG_FILE_H
|
||||
#ifndef __LIBRETRO_SDK_CONFIG_FILE_H
|
||||
#define __LIBRETRO_SDK_CONFIG_FILE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -14,8 +14,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_FILE_MACROS_H__
|
||||
#define CONFIG_FILE_MACROS_H__
|
||||
#ifndef __LIBRETRO_SDK_CONFIG_FILE_MACROS_H__
|
||||
#define __LIBRETRO_SDK_CONFIG_FILE_MACROS_H__
|
||||
|
||||
/* Macros to ease config getting. */
|
||||
#include <stdint.h>
|
||||
|
@ -14,8 +14,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _CONFIG_FILE_USERDATA_H
|
||||
#define _CONFIG_FILE_USERDATA_H
|
||||
#ifndef _LIBRETRO_SDK_CONFIG_FILE_USERDATA_H
|
||||
#define _LIBRETRO_SDK_CONFIG_FILE_USERDATA_H
|
||||
|
||||
#include <string.h>
|
||||
#include "config_file.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user