First working version of colony.
Harversters and spawn work.
This commit is contained in:
11
include/Constants.hpp
Normal file
11
include/Constants.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef DOUWCO_HIVEMIND_CONSTANTS_HPP
|
||||
#define DOUWCO_HIVEMIND_CONSTANTS_HPP
|
||||
|
||||
namespace DouwcoHivemind{
|
||||
|
||||
// Roles
|
||||
const int ROLE_HARVESTER = 0;
|
||||
|
||||
}
|
||||
|
||||
#endif // DOUWCO_HIVEMIND_CONSTANTS_HPP
|
||||
Reference in New Issue
Block a user