From 3f557369c7bbd08fdf2e6dbd9271873b20a9a144 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 24 May 2025 20:57:24 -0300 Subject: halfway of `map.cc` and start of `objects.cc` --- src/creature.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/creature.hh') diff --git a/src/creature.hh b/src/creature.hh index a147091..a6f7678 100644 --- a/src/creature.hh +++ b/src/creature.hh @@ -17,7 +17,7 @@ struct TCombatEntry{ struct TCombat{ // REGULAR FUNCTIONS // ========================================================================= - // TODO + TCombat(void); // DATA // ========================================================================= -- cgit v1.2.3