Skip to content

Commit

Permalink
internal: update commonlibae port (skyrim-multiplayer#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Aug 30, 2024
1 parent 1d27373 commit 46a6373
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions overlay_ports/commonlibae/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO powerof3/CommonLibSSE
REF 26015a042947ef3787eac754d559e9653c664a2c
SHA512 14ad2555baa155b3240ce53ef0cd527b01173925de1d2bd28ce03d135acd1f33495eaf1e9d2d1dda94052394b3f7dc975357778b0df3a8ce71f3320d2e57128c
REF 20276e9c1f6104c07747d0eddf6d290485ff6e5f
SHA512 be201095e0065cbac884f465a73c5331e1e1a97e5442b4768b73c57cb9b5bac3f47a4b81730963ec2239ba45c619cbcb1ef685b534c85fd67db9801edbc2c834
HEAD_REF dev
PATCHES
patches/01-objectrefr-make_moverefr_public.patch
Expand Down
2 changes: 1 addition & 1 deletion overlay_ports/commonlibae/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commonlibae",
"version-string": "1",
"version-string": "2",
"description": "A reverse engineered resource for developing F4SE plugins for Skyrim Special Edition",
"homepage": "https://github.com/Ryan-rsm-McKenzie/CommonLibSSE",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions skyrim-platform/src/platform_se/skyrim_platform/game/Events.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,12 @@ struct TESActorLocationChangeEvent
};
#endif

#ifdef SKYRIMSE
struct TESBookReadEvent
{
RE::NiPointer<RE::TESObjectREFR> book;
};
#endif

struct TESSellEvent
{
Expand Down

0 comments on commit 46a6373

Please sign in to comment.