aboutsummaryrefslogtreecommitdiff
path: root/plugins/apple/apple.c
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-06-09 17:31:27 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-06-09 17:31:27 +0200
commitfd234aeb2f90757d2115cdabfc488e78d87d0f46 (patch)
tree6e7b5a1a6961530fce956d3c0151c39728571f07 /plugins/apple/apple.c
parent73471f4fb7ada04ae3a6a041f3cb2475782144a7 (diff)
downloaddungeon_game-fd234aeb2f90757d2115cdabfc488e78d87d0f46.tar.xz
Fix plugin target
Diffstat (limited to 'plugins/apple/apple.c')
-rw-r--r--plugins/apple/apple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/apple/apple.c b/plugins/apple/apple.c
index 7c2de77..dd8a559 100644
--- a/plugins/apple/apple.c
+++ b/plugins/apple/apple.c
@@ -1,6 +1,6 @@
#include <stddef.h>
#include <stdlib.h>
-#include "dungeon.h"
+#include "../game/game.h"
static struct entity apple;