Skip to content

Commit 8ee5d84

Browse files
authored
Merge pull request #109 from jacz24/main
Added Shop Interface
2 parents 9447ae5 + 3644688 commit 8ee5d84

File tree

3 files changed

+482
-1
lines changed

3 files changed

+482
-1
lines changed

osrs.simba

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Summary: It includes this file until the current file is reached.
152152
{$IFNDEF WL_GRANDEXCHANGE_HISTORY_INCLUDED} {$INCLUDE_ONCE osrs/interfaces/mainscreen/grandexchange/grandexchange_history.simba}
153153
{$IFNDEF WL_GRANDEXCHANGE_CHAT_INCLUDED} {$INCLUDE_ONCE osrs/interfaces/mainscreen/grandexchange/grandexchange_chat.simba}
154154
{$IFNDEF WL_GRANDEXCHANGE_OFFER_INCLUDED} {$INCLUDE_ONCE osrs/interfaces/mainscreen/grandexchange/grandexchange_offer.simba}
155-
155+
{$IFNDEF WL_SHOP_INCLUDED} {$INCLUDE_ONCE osrs/interfaces/mainscreen/shop.simba}
156156

157157
{$IFNDEF WL_HITSPLATS_INCLUDED} {$INCLUDE_ONCE osrs/interfaces/mainscreen/finders/hitsplats.simba}
158158
{$IFNDEF WL_HPBARS_INCLUDED} {$INCLUDE_ONCE osrs/interfaces/mainscreen/finders/hpbars.simba}
@@ -181,3 +181,4 @@ Summary: It includes this file until the current file is reached.
181181
{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}
182182
{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}
183183
{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}{$ENDIF}
184+
{$ENDIF}

0 commit comments

Comments
 (0)