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