First working version of colony.

Harversters and spawn work.
This commit is contained in:
douwe
2025-08-13 20:43:26 +02:00
parent 8a39526580
commit 9a1682a857
28 changed files with 1328 additions and 114 deletions

11
include/Constants.hpp Normal file
View 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