X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfinput%2Fmain.h;h=96cebfac47570836fa2f18625a88ea4aeabd564b;hb=1351a8fbef932e26a56e841b6c43de6d907fde5c;hp=e83306a622f29f084e00e8e4adb6f422cac4a8a5;hpb=da710571b75db7031b82924ab3ad47eb645ce215;p=pcsx_rearmed.git diff --git a/plugins/dfinput/main.h b/plugins/dfinput/main.h index e83306a6..96cebfac 100644 --- a/plugins/dfinput/main.h +++ b/plugins/dfinput/main.h @@ -1,3 +1,6 @@ +#ifndef __P_MAIN_H__ +#define __P_MAIN_H__ + #include "psemu_plugin_defs.h" #include "externals.h" @@ -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__ */