Bud can run and explore buildings

This commit is contained in:
Bram verhulst
2025-05-25 20:38:31 +02:00
parent 7d797fa207
commit d5262a332d
15 changed files with 1219 additions and 76 deletions

17
project/BigThink.h Normal file
View File

@@ -0,0 +1,17 @@
#pragma once
#include "stdafx.h"
namespace BT
{
class PartialSequence;
class Sequence;
class Selector;
}
namespace BigThink
{
BT::Sequence* PurgeZoneHandling();
BT::Selector* ItemHandling();
BT::PartialSequence* PickUpHandling();
BT::Selector* HouseHandling();
}