mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 11:44:55 +00:00
Add Player Transform tools
This commit is contained in:
@@ -35,15 +35,18 @@ extern "C" int rep_closefrom(int lower);
|
||||
#include <functional>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <optional>
|
||||
#include <regex>
|
||||
#include <string>
|
||||
|
||||
#include "logvisor/logvisor.hpp"
|
||||
#include "FourCC.hpp"
|
||||
#include "athena/Global.hpp"
|
||||
#include "logvisor/logvisor.hpp"
|
||||
#include "xxhash/xxhash.h"
|
||||
#include "SystemChar.hpp"
|
||||
#include "FourCC.hpp"
|
||||
|
||||
|
||||
#if defined(__has_feature)
|
||||
#if __has_feature(thread_sanitizer)
|
||||
#define HECL_NO_SANITIZE_THREAD __attribute__((no_sanitize("thread")))
|
||||
|
||||
Reference in New Issue
Block a user