mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-03 14:43:04 +00:00
7 lines
204 B
C
7 lines
204 B
C
#pragma once
|
|
|
|
#include "../AI/Control/Control.h"
|
|
#include "../AI/Control/BodyControl.h"
|
|
#include "../AI/Control/JumpControl.h"
|
|
#include "../AI/Control/LookControl.h"
|
|
#include "../AI/Control/MoveControl.h" |