mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 10:50:35 +00:00
crossbow:: constexpr
This commit is contained in:
parent
8129cfd726
commit
4e134c56b6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user