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