diff options
author | Andy <drumsetmonkey@gmail.com> | 2016-10-26 07:32:25 -0400 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2016-10-26 07:32:25 -0400 |
commit | 8eb1625aea5ccaa07414e699e784440a94277ab0 (patch) | |
tree | b09234eef1f5524c7711096fe61953500d6d5925 /src/engine.cpp | |
parent | d7884127950260dd0f1b24aee0bfe64d847f990c (diff) |
Scaling work
Diffstat (limited to 'src/engine.cpp')
-rw-r--r-- | src/engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp index 90cfb3a..f4d19a2 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -2,9 +2,9 @@ #include <config.hpp> #include <world.hpp> +#include <window.hpp> #include <ui.hpp> #include <inventory.hpp> -#include <window.hpp> #include <components.hpp> #include <player.hpp> |