chiark / gitweb /
hostside: hidrawconv: declarations for hatswitches; impl'n is still no-op
[trains.git] / hostside / hidrawconv.c
index 622e2ce7e73de66af38b67788f17e6cd17219a1a..bbb1edc10c753ddd1ae1f4f89faec34874edf643 100644 (file)
@@ -76,6 +76,10 @@ DEFINE_STANDARD_REPORTER(ValLoc, val, {
     printf("%s %.5f\n", val->str, val->sign * v);
   })
 
+DEFINE_STANDARD_REPORTER(HatLoc, hat, {
+    /* nyi */
+  })
+
 
 /*---------- core functions ----------*/