cdrom: change pause timing again
[pcsx_rearmed.git] / frontend / pl_gun_ts.h
index 4e15f00..8a33627 100644 (file)
@@ -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__ */