1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 06:45:59 +00:00

added some missing externs

This commit is contained in:
Zeno Rogue
2019-06-01 17:02:51 +02:00
parent 4325274e40
commit 0489cde78e
3 changed files with 4 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ namespace dual {
int currently_loaded;
int main_side;
bool affect_both;
gamedata dgd[2];
transmatrix player_orientation[2];