Files
screeps/include/Constants.hpp
douwe 9a1682a857 First working version of colony.
Harversters and spawn work.
2025-08-13 20:43:26 +02:00

11 lines
186 B
C++

#ifndef DOUWCO_HIVEMIND_CONSTANTS_HPP
#define DOUWCO_HIVEMIND_CONSTANTS_HPP
namespace DouwcoHivemind{
// Roles
const int ROLE_HARVESTER = 0;
}
#endif // DOUWCO_HIVEMIND_CONSTANTS_HPP