mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 21:33:28 -04:00
maybe fix
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <new>
|
||||
#include <utility>
|
||||
#include <cstdint>
|
||||
#include <type_traits>
|
||||
|
||||
class JKRHeap;
|
||||
typedef void (*JKRErrorHandler)(void*, u32, int);
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
#include <fmt/format.h>
|
||||
#include <iostream>
|
||||
|
||||
#include "mods/svc/log.hpp"
|
||||
|
||||
// Fields which aren't part of settings_list.yaml
|
||||
constexpr std::string_view SEED = "Seed";
|
||||
constexpr std::string_view PLANDOMIZER = "Plandomizer";
|
||||
|
||||
Reference in New Issue
Block a user