-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38be174
commit 6936a27
Showing
6 changed files
with
55 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,9 @@ | ||
#pragma once | ||
|
||
#define WIN32_LEAN_AND_MEAN | ||
#define NOMINMAX | ||
#pragma once | ||
|
||
#include "F4SE/F4SE.h" | ||
#include "RE/Fallout.h" | ||
#include "REX/REX/INI.h" | ||
|
||
#include <AutoTOML.hpp> | ||
#include <SimpleIni.h> | ||
#include <spdlog/sinks/basic_file_sink.h> | ||
#include <xbyak/xbyak.h> | ||
|
||
#define DLLEXPORT __declspec(dllexport) | ||
|
||
using namespace std::literals; | ||
|
||
namespace logger = F4SE::log; | ||
|
||
namespace stl | ||
{ | ||
using namespace F4SE::stl; | ||
|
||
void asm_replace(std::uintptr_t a_from, std::size_t a_size, std::uintptr_t a_to); | ||
} | ||
|
||
// clang-format off | ||
#include "Version.h" | ||
#include "Settings.h" | ||
// clang-format on |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.