X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fpl_gun_ts.h;h=4e3d195f890f64714c3206996585eff788cbcc91;hp=4e15f00515b33770876829e83d57deca31fd473b;hb=HEAD;hpb=50306d8d6e20ede70c2dea274ae1099082aea88f diff --git a/frontend/pl_gun_ts.h b/frontend/pl_gun_ts.h index 4e15f005..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; @@ -13,5 +16,8 @@ int pl_gun_ts_get_fd(struct tsdev *ts); #define pl_gun_ts_init() NULL #define pl_gun_ts_update(...) do {} while (0) +#define pl_set_gun_rect(...) do {} while (0) #endif + +#endif /* __PL_GUN_TS_H__ */