🚚 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
|
|
@ -5,8 +5,6 @@
|
|||
*/
|
||||
#include "automap.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "control.h"
|
||||
|
|
@ -17,6 +15,7 @@
|
|||
#include "player.h"
|
||||
#include "setmaps.h"
|
||||
#include "utils/language.h"
|
||||
#include "utils/stdcompat/algorithm.hpp"
|
||||
#include "utils/ui_fwd.h"
|
||||
|
||||
namespace devilution {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue