summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Sheep.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Mobs/Sheep.h (renamed from source/cSheep.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cSheep.h b/source/Mobs/Sheep.h
index 98faa266c..28c2b97dc 100644
--- a/source/cSheep.h
+++ b/source/Mobs/Sheep.h
@@ -1,6 +1,6 @@
#pragma once
-#include "cPassiveMonster.h"
+#include "PassiveMonster.h"
class cSheep : public cPassiveMonster
{