diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2024-03-04 00:01:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 01:01:32 +0100 |
commit | 4b0726d97788edff5d83476cb52057f409d623af (patch) | |
tree | dad38132c6353af708a71af8e795aa34a19b4b3a /primedev/pch.h | |
parent | e1eb2a6f4b858e903603226098861c3b62d5d1a4 (diff) | |
download | NorthstarLauncher-4b0726d97788edff5d83476cb52057f409d623af.tar.gz NorthstarLauncher-4b0726d97788edff5d83476cb52057f409d623af.zip |
Update silver-bun to `72c74b4` (#664)
Bumps the vendored silver-bun library to the newest commit in upstream
Co-authored-by: F1F7Y <filip.bartos07@proton.me>
Co-authored-by: IcePixelx <41352111+IcePixelx@users.noreply.github.com>
Diffstat (limited to 'primedev/pch.h')
-rw-r--r-- | primedev/pch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/primedev/pch.h b/primedev/pch.h index 8a03b857..141995c7 100644 --- a/primedev/pch.h +++ b/primedev/pch.h @@ -37,7 +37,8 @@ typedef void (*callable_v)(void* v); #include "logging/logging.h" #include "MinHook.h" #include "curl/curl.h" +#include "silver-bun/module.h" +#include "silver-bun/memaddr.h" #include "core/hooks.h" -#include "core/memory.h" #endif |