mirror of
https://github.com/zeldaret/botw
synced 2026-07-03 04:03:02 -04:00
Fix formatting issues
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user