diff options
Diffstat (limited to 'engines/avalanche/visa.h')
-rw-r--r-- | engines/avalanche/visa.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/visa.h b/engines/avalanche/visa.h index 0c695fb071..474a0098c6 100644 --- a/engines/avalanche/visa.h +++ b/engines/avalanche/visa.h @@ -28,9 +28,12 @@ #ifndef __visa_h__ #define __visa_h__ +namespace Avalanche { void dixi(char block, byte point); void talkto(byte whom); -#endif +} // End of namespace Avalanche. + +#endif
\ No newline at end of file |