diff options
Diffstat (limited to 'engines/hdb')
-rw-r--r-- | engines/hdb/input.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hdb/input.cpp b/engines/hdb/input.cpp index d20a2034d8..12d415eccc 100644 --- a/engines/hdb/input.cpp +++ b/engines/hdb/input.cpp @@ -58,4 +58,5 @@ void stylusMove(int x, int y) { warning("STUB: Input: stylusMove required"); } -}
\ No newline at end of file +} + |