Skip to content

Commit

Permalink
Update CraftingSubMenu.h
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-apple authored Oct 27, 2024
1 parent a03b1cc commit 4d11008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/RE/C/CraftingSubMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ namespace RE
~CraftingSubMenu() override; // 00

// add
virtual void Unk_02(void); // 02 - { return; }
virtual void UpdateSmithingList(void); // 02 - { return; }
virtual void Unk_03(void); // 03 - { return; }
virtual bool HasItemPreview(); // 04 - { return 1; }
virtual bool ProcessUserEvent(BSFixedString* a_control); // 05 - { return 0; }
virtual void UpdateItemList(); // 06 - { return; }
virtual void UpdateConstructibleList(); // 06 - { return; }
virtual void SetItemCardInfo(ItemCard* a_itemCard); // 07 - { return; }

void UpdateCraftingInfo(ActorValue a_actorValue)
Expand Down

0 comments on commit 4d11008

Please sign in to comment.