From ebfa80ab573b1a0ef9aec65a45fd0ae751196207 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 5 Jun 2025 12:00:34 -0300 Subject: merge creature headers --- src/stubs.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/stubs.hh') diff --git a/src/stubs.hh b/src/stubs.hh index a1b451a..030f502 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -4,10 +4,9 @@ #include "common.hh" #include "enums.hh" #include "connection.hh" -#include "creature.hh" +#include "cr.hh" #include "magic.hh" #include "map.hh" -#include "player.hh" // IMPORTANT(fusion): These function definitions exist to test compilation. They're // not yet implemented and will cause the linker to fail with unresolved symbols. -- cgit v1.2.3