mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-21 13:28:05 +00:00
crossbow:: constexpr
This commit is contained in:
@@ -50,9 +50,9 @@ struct bowscore {
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
EX flagtype bpFIRST = 1;
|
EX constexpr flagtype bpFIRST = 1;
|
||||||
EX flagtype bpLAST = 2;
|
EX constexpr flagtype bpLAST = 2;
|
||||||
EX flagtype bpCOPIED = 4;
|
EX constexpr flagtype bpCOPIED = 4;
|
||||||
|
|
||||||
EX vector<bowpoint> bowpath;
|
EX vector<bowpoint> bowpath;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user