mirror of https://github.com/zeldaret/botw.git
Fix formatting issues
This commit is contained in:
parent
218a8da8ba
commit
9e6e871859
|
|
@ -27,7 +27,7 @@ private:
|
|||
u32 mHash;
|
||||
};
|
||||
|
||||
#define KSYS_ACT_DEFINE_TAG(NAME) inline constexpr Tag NAME{#NAME}
|
||||
#define KSYS_ACT_DEFINE_TAG(NAME) inline constexpr Tag NAME(#NAME)
|
||||
|
||||
namespace tags {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <thread/seadAtomic.h>
|
||||
#include <thread/seadEvent.h>
|
||||
#include "KingSystem/Utils/Types.h"
|
||||
#include <thread/seadAtomic.h>
|
||||
|
||||
namespace ksys::util {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue