diff --git a/fake-mobile.cpp b/fake-mobile.cpp index 8840caf8..7e4566cc 100644 --- a/fake-mobile.cpp +++ b/fake-mobile.cpp @@ -19,6 +19,8 @@ std::string picfile = "fakemobile_pic.txt"; #undef main +transmatrix getOrientation() { return Id; } + void playSound(cell *c, const string& fname, int vol) { printf("Play sound: %s\n", fname.c_str()); } diff --git a/init.cpp b/init.cpp index 26f716dd..29e45b7a 100644 --- a/init.cpp +++ b/init.cpp @@ -635,8 +635,6 @@ int getticks(); void shareScore(MOBPAR_FORMAL); #endif -transmatrix getOrientation() { return Id; } - void mobile_draw(MOBPAR_FORMAL) { optimizeview();