Define ENEMY_NUM in bossrush.cpp
ENEMY_NUM is not used in bossrush mode. However, I had to define it in bossrush.cpp, since it is decleared in the file definitions.hpp and the linker will look for it.
Another solution could be defining ENEMY_NUM in another .cpp file (e.g.
functions.cpp), but it wouldn't change that much.