aboutsummaryrefslogtreecommitdiff
path: root/utils/adlmidi-2/puzzlegame.hpp
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-03 18:36:22 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-03 18:36:22 +0300
commit64254a351652011b00f700b27863ec6659205273 (patch)
tree5574d7cdf194fbd81ff700e2d8daa3988d141b7f /utils/adlmidi-2/puzzlegame.hpp
parente3cad2f46925ac0b9ae303bea68a5fe508e78bc9 (diff)
downloadlibADLMIDI-64254a351652011b00f700b27863ec6659205273.tar.gz
libADLMIDI-64254a351652011b00f700b27863ec6659205273.tar.bz2
libADLMIDI-64254a351652011b00f700b27863ec6659205273.zip
Fixed warnings in the utils
Diffstat (limited to 'utils/adlmidi-2/puzzlegame.hpp')
-rwxr-xr-xutils/adlmidi-2/puzzlegame.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/adlmidi-2/puzzlegame.hpp b/utils/adlmidi-2/puzzlegame.hpp
index 03ad921..a35f1cb 100755
--- a/utils/adlmidi-2/puzzlegame.hpp
+++ b/utils/adlmidi-2/puzzlegame.hpp
@@ -36,7 +36,7 @@ namespace ADLMIDI_PuzzleGame
void Sound(unsigned/*freq*/, unsigned/*duration*/);
void PutCell(int x, int y, unsigned cell);
void ScreenPutString(const char* str, unsigned attr, unsigned column, unsigned row);
- static char peeked_input = 0;
+ extern char peeked_input;
bool kbhit();
char getch();