diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-22 14:52:20 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-22 14:52:20 -0300 |
| commit | 74f12f3f2bb6cafc25ba1e943d01583b1ac0d766 (patch) | |
| tree | d9f58c475e99a6d7fe0d05eb4867425e154a0df1 /src/script.hh | |
| parent | 3edeaf1f5280b88da6cf60ad65f9c5c5c8d508c2 (diff) | |
| download | game-74f12f3f2bb6cafc25ba1e943d01583b1ac0d766.tar.gz game-74f12f3f2bb6cafc25ba1e943d01583b1ac0d766.zip | |
rename `main.hh` to `common.hh`
Diffstat (limited to 'src/script.hh')
| -rw-r--r-- | src/script.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.hh b/src/script.hh index 5b63f56..0a83196 100644 --- a/src/script.hh +++ b/src/script.hh @@ -1,7 +1,7 @@ #ifndef TIBIA_SCRIPT_HH_ #define TIBIA_SCRIPT_HH_ 1 -#include "main.hh" +#include "common.hh" #include "enums.hh" struct TReadScriptFile { |
