🚚 engine.h: Extract Point, Direction, clamp
`engine.h` is getting quite bloated. Moves this code to their own files.
This commit is contained in:
parent
25eaac78c1
commit
f9f301b054
42 changed files with 278 additions and 215 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue