🚚 engine.h: Extract Point, Direction, clamp

`engine.h` is getting quite bloated. Moves this code to their own files.
This commit is contained in:
Gleb Mazovetskiy 2021-06-16 10:44:41 +01:00 committed by Anders Jenbo
commit f9f301b054
42 changed files with 278 additions and 215 deletions

View file

@ -9,6 +9,7 @@
#include "control.h"
#include "doom.h"
#include "engine/point.hpp"
#include "engine.h"
#include "engine/render/cel_render.hpp"
#include "hwcursor.hpp"