1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-26 18:25:13 +00:00

more guards cont.

This commit is contained in:
Zeno Rogue
2020-07-03 14:48:36 +02:00
parent f09ed715f1
commit f3c35de400
6 changed files with 9 additions and 4 deletions

View File

@@ -220,6 +220,7 @@ void setcameraangle(bool b) { }
EX void reset_projection() { }
EX void glflush() { }
EX bool model_needs_depth() { return false; }
void display_data::set_all(int ed) {}
#endif
#if CAP_GL