From 74f12f3f2bb6cafc25ba1e943d01583b1ac0d766 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 22 May 2025 14:52:20 -0300 Subject: rename `main.hh` to `common.hh` --- src/enums.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/enums.hh') diff --git a/src/enums.hh b/src/enums.hh index bc3dab0..d4ba042 100644 --- a/src/enums.hh +++ b/src/enums.hh @@ -1,7 +1,7 @@ #ifndef TIBIA_ENUMS_HH_ #define TIBIA_ENUMS_HH_ 1 -#include "main.hh" +#include "common.hh" // TODO(fusion): Probably cleanup these names? Prefix values? Its crazy that // there are no collision problems (possibly yet). -- cgit v1.2.3