diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-29 10:10:59 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-29 10:10:59 +0100 |
| commit | 6e2faa538cfacdf29e055b6c7ca6fdce3886b8da (patch) | |
| tree | 35020851a983623090ab2f86d13685fb215a4af8 /src/raycast.cpp | |
| parent | f70410132b161332e164d013e6a7963c10d823ce (diff) | |
rename mg/Math.h -> mg/Functions.h
Diffstat (limited to 'src/raycast.cpp')
| -rw-r--r-- | src/raycast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raycast.cpp b/src/raycast.cpp index bfc41296..06cc416e 100644 --- a/src/raycast.cpp +++ b/src/raycast.cpp @@ -8,7 +8,7 @@ #include <bit> #include <cr/StructuredBindings.h> #include <cr/GrowableArray.h> -#include <mg/Math.h> +#include <mg/Functions.h> #include <mg/Vector2.h> #include <mg/Timeline.h> |
