mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 08:32:52 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "PlatformTypes.h"
|
||||
#include "IPlatformInput.h"
|
||||
#include "IPlatformNetwork.h"
|
||||
#include "IPlatformProfile.h"
|
||||
@@ -8,3 +7,4 @@
|
||||
#include "IPlatformSound.h"
|
||||
#include "IPlatformStorage.h"
|
||||
#include "IPlatformUIController.h"
|
||||
#include "PlatformTypes.h"
|
||||
|
||||
Reference in New Issue
Block a user