mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 14:56:00 +00:00
added #include hyper.h to all cpp files
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* \brief This file implements routines related to barriers (Great Walls and similar).
|
||||
*/
|
||||
|
||||
#include "hyper.h"
|
||||
namespace hr {
|
||||
|
||||
EX bool checkBarriersFront(cellwalker bb, int q IS(5), bool cross IS(false)) {
|
||||
|
Reference in New Issue
Block a user