1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

EX setcameraangle

This commit is contained in:
Zeno Rogue 2020-09-11 11:03:53 +02:00
parent 383bf80738
commit e05256725e

View File

@ -213,7 +213,7 @@ EX color_t darkena(color_t c, int lev, int a) {
}
#if !CAP_GL
void setcameraangle(bool b) { }
EX void setcameraangle(bool b) { }
#endif
#if !CAP_GL