File WorldBase.hpp
FileList > core > WorldBase.hpp
Go to the source code of this file
#include <algorithm>
#include <cassert>
#include <memory>
#include <queue>
#include <random>
#include <sstream>
#include <string>
#include <vector>
#include "../DataCollection/AgentReciever.hpp"
#include "AgentBase.hpp"
#include "Data.hpp"
#include "DataCollection/DataManager.hpp"
#include "Interfaces/NetWorth/client/ClientInterface.hpp"
#include "Interfaces/NetWorth/client/ClientManager.hpp"
#include "Interfaces/NetWorth/client/ControlledAgent.hpp"
#include "Interfaces/NetWorth/server/ServerManager.hpp"
#include "ItemBase.hpp"
#include "WorldGrid.hpp"
Namespaces
Type | Name |
---|---|
namespace | cse491 A base class interface for all agent types. |
namespace | worldlang A base class for all World modules. |
Classes
Type | Name |
---|---|
class | WorldBase |
The documentation for this class was generated from the following file source/core/WorldBase.hpp