summaryrefslogtreecommitdiffstats
path: root/src/Entities/Compoments/AllComponents.h
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2014-07-10 22:14:21 +0200
committerSamuel Barney <samjbarney@gmail.com>2014-07-10 22:15:07 +0200
commite0f240424c0f172a5bbb08851620dc31b59104cd (patch)
tree3b4a7798283deb4a0cebad91b636341529f306db /src/Entities/Compoments/AllComponents.h
parentReworked the AIComponent to focus on cMonster instead of the more general cEntity. (diff)
downloadcuberite-e0f240424c0f172a5bbb08851620dc31b59104cd.tar
cuberite-e0f240424c0f172a5bbb08851620dc31b59104cd.tar.gz
cuberite-e0f240424c0f172a5bbb08851620dc31b59104cd.tar.bz2
cuberite-e0f240424c0f172a5bbb08851620dc31b59104cd.tar.lz
cuberite-e0f240424c0f172a5bbb08851620dc31b59104cd.tar.xz
cuberite-e0f240424c0f172a5bbb08851620dc31b59104cd.tar.zst
cuberite-e0f240424c0f172a5bbb08851620dc31b59104cd.zip
Diffstat (limited to 'src/Entities/Compoments/AllComponents.h')
-rw-r--r--src/Entities/Compoments/AllComponents.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Entities/Compoments/AllComponents.h b/src/Entities/Compoments/AllComponents.h
new file mode 100644
index 000000000..3d182cfde
--- /dev/null
+++ b/src/Entities/Compoments/AllComponents.h
@@ -0,0 +1,3 @@
+#pragma once
+
+#include "AIAgressiveComponent.h"; \ No newline at end of file