mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
added some missing externs
This commit is contained in:
parent
4325274e40
commit
0489cde78e
4
hyper.h
4
hyper.h
@ -212,7 +212,7 @@ namespace multi {
|
||||
int deadzoneval[MAXJOY][MAXAXE];
|
||||
};
|
||||
|
||||
multi::config scfg;
|
||||
extern config scfg;
|
||||
}
|
||||
|
||||
enum eStereo { sOFF, sAnaglyph, sLR, sODS };
|
||||
@ -5493,7 +5493,7 @@ namespace dual {
|
||||
// 0 = dualmode off, 1 = in dualmode (no game chosen), 2 = in dualmode (working on one of subgames)
|
||||
extern int state;
|
||||
extern int currently_loaded, main_side;
|
||||
bool affect_both;
|
||||
extern bool affect_both;
|
||||
|
||||
bool movepc(int d, int subdir, bool checkonly);
|
||||
extern transmatrix player_orientation[2];
|
||||
|
@ -77,6 +77,7 @@ namespace dual {
|
||||
|
||||
int currently_loaded;
|
||||
int main_side;
|
||||
bool affect_both;
|
||||
|
||||
gamedata dgd[2];
|
||||
transmatrix player_orientation[2];
|
||||
|
Loading…
Reference in New Issue
Block a user