Add stubs for inputwin to fix autotests

This commit is contained in:
John Hernandez
2023-12-28 18:18:40 +01:00
parent f322639668
commit 080b0f825a
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
void
inp_add_watch(void)
{
}

View File

@@ -0,0 +1 @@
void inp_add_watch(void);