merge from libretro fork
[pcsx_rearmed.git] / plugins / dfinput / main.h
index 15d05e7..96cebfa 100644 (file)
@@ -1,4 +1,7 @@
-#include "../../libpcsxcore/psemu_plugin_defs.h"
+#ifndef __P_MAIN_H__
+#define __P_MAIN_H__
+
+#include "psemu_plugin_defs.h"
 #include "externals.h"
 
 extern unsigned char CurPad, CurByte, CurCmd, CmdLen;
@@ -16,3 +19,5 @@ void guncon_init(void);
 /* get button state and pad type from main emu */
 extern long (*PAD1_readPort1)(PadDataS *pad);
 extern long (*PAD2_readPort2)(PadDataS *pad);
+
+#endif /* __P_MAIN_H__ */