From 908e426cc1ef2187357ed8fb59edd99b8a8060c9 Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Tue, 4 Aug 2020 19:49:04 +0800 Subject: Add header guards --- libpcsxcore/new_dynarec/backends/psx/emu_if.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libpcsxcore/new_dynarec/backends/psx/emu_if.h') diff --git a/libpcsxcore/new_dynarec/backends/psx/emu_if.h b/libpcsxcore/new_dynarec/backends/psx/emu_if.h index d8c7990..323764c 100644 --- a/libpcsxcore/new_dynarec/backends/psx/emu_if.h +++ b/libpcsxcore/new_dynarec/backends/psx/emu_if.h @@ -1,3 +1,6 @@ +#ifndef __EMU_IF_H__ +#define __EMU_IF_H__ + #include "../../new_dynarec.h" #include "../../../r3000a.h" @@ -106,3 +109,5 @@ extern void SysPrintf(const char *fmt, ...); #else #define rdram ((u_int)psxM) #endif + +#endif /* __EMU_IF_H__ */ -- cgit v1.2.3