bwmodel
A modeling environment for Minecraft Bedwars
Loading...
Searching...
No Matches
bwmodel.h
1// Copyright (C) 2024 Ethan Uppal. All rights reserved.
2
3#pragma once
4
5#include "core/grid.h"
6#include "core/heatmap.h"
7#include "game/player.h"
8#include "game/map.h"
9#include "game/game.h"
10#include "game/sim.h"
11#include "models/v1.h"
12#include "util/logger.h"
13#include "chat/parseline.h"