X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Fpl_gun_ts.h;h=8a3362712256266eb1173775d579609f6973a1ac;hb=HEAD;hp=4e3d195f890f64714c3206996585eff788cbcc91;hpb=5b9f1b9e4aa51af5712cf1d90552ace57d9f486b;p=pcsx_rearmed.git diff --git a/frontend/pl_gun_ts.h b/frontend/pl_gun_ts.h index 4e3d195f..8a336271 100644 --- a/frontend/pl_gun_ts.h +++ b/frontend/pl_gun_ts.h @@ -1,3 +1,6 @@ +#ifndef __PL_GUN_TS_H__ +#define __PL_GUN_TS_H__ + #ifdef HAVE_TSLIB struct tsdev; @@ -16,3 +19,5 @@ int pl_gun_ts_get_fd(struct tsdev *ts); #define pl_set_gun_rect(...) do {} while (0) #endif + +#endif /* __PL_GUN_TS_H__ */