aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/input.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-03 21:43:00 +1000
committerPaul Gilbert2012-05-03 21:43:00 +1000
commitba2711b5e39e495c4cfb1187710605bb9fbf10b1 (patch)
tree6c82dc434190f2af307410b27597ead06bfcb7ce /engines/tony/input.h
parentfde1f13676273405cd2d686f1e0ae53834c049ff (diff)
downloadscummvm-rg350-ba2711b5e39e495c4cfb1187710605bb9fbf10b1.tar.gz
scummvm-rg350-ba2711b5e39e495c4cfb1187710605bb9fbf10b1.tar.bz2
scummvm-rg350-ba2711b5e39e495c4cfb1187710605bb9fbf10b1.zip
TONY: Implemented methods of sound.cpp (mostly stubbed out)
Diffstat (limited to 'engines/tony/input.h')
-rw-r--r--engines/tony/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/input.h b/engines/tony/input.h
index 554b10628b..bff6dcd396 100644
--- a/engines/tony/input.h
+++ b/engines/tony/input.h
@@ -65,7 +65,7 @@ private:
private:
// Inizializza DirectInput
- void DIInit(uint32 hInst);
+ void DIInit(/*uint32 hInst*/);
// Deinizializza DirectInput
void DIClose(void);