getOrientation in headers/fake

This commit is contained in:
Zeno Rogue 2018-02-03 20:04:47 +01:00
parent 76214e768e
commit 8f1c75404d
2 changed files with 6 additions and 0 deletions

View File

@ -2560,3 +2560,7 @@ namespace stereo {
double randd();
#if CAP_ORIENTATION
transmatrix getOrientation();
#endif

View File

@ -635,6 +635,8 @@ int getticks();
void shareScore(MOBPAR_FORMAL);
#endif
transmatrix getOrientation() { return Id; }
void mobile_draw(MOBPAR_FORMAL) {
optimizeview();