diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-02 17:32:23 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-02 17:32:23 +0700 |
| commit | 4aeff0886aa61ed3834ef4826aa1a1f3e99508b1 (patch) | |
| tree | 0be178818e4ed9de7e70872c224ce73adaba8f6a /src/GameLoop.cpp | |
| parent | 7a4fdb3978c36e4309479806140f38669bcd3883 (diff) | |
| download | blackshades-4aeff0886aa61ed3834ef4826aa1a1f3e99508b1.tar.gz | |
Clean up unused functions and style2.4.0
Diffstat (limited to 'src/GameLoop.cpp')
| -rw-r--r-- | src/GameLoop.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GameLoop.cpp b/src/GameLoop.cpp index e89eb2e..2cd0c5c 100644 --- a/src/GameLoop.cpp +++ b/src/GameLoop.cpp @@ -19,8 +19,9 @@ // You should have received a copy of the GNU General Public License // along with Black Shades. If not, see <https://www.gnu.org/licenses/>. -#include "Game.h" #include "misc.h" +#include "Game.h" +#include "Support.h" extern float multiplier; extern int thirdperson; |
