Skip to content

Commit

Permalink
Updated for recent SIF organisational change
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Aug 2, 2016
1 parent 0507d13 commit 6513485
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gamemodes/ScavengeSurvive.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ public OnGameModeInit()
#include <SimpleINI> // By Southclaw: https://github.com/Southclaw/SimpleINI
#include <modio> // By Southclaw: https://github.com/Southclaw/modio
#include <SIF> // By Southclaw, v1.4.0: https://github.com/Southclaw/SIF
#include <SIF\extensions\ItemArrayData>
#include <SIF\extensions\ItemList>
#include <SIF\extensions\InventoryDialog>
#include <SIF\extensions\InventoryKeys>
#include <SIF\extensions\ContainerDialog>
#include <SIF\extensions\Craft>
#include <SIF\extensions\DebugLabels>
#include <SIF\extensions\ItemArrayData.pwn>
#include <SIF\extensions\ItemList.pwn>
#include <SIF\extensions\InventoryDialog.pwn>
#include <SIF\extensions\InventoryKeys.pwn>
#include <SIF\extensions\ContainerDialog.pwn>
#include <SIF\extensions\Craft.pwn>
#include <SIF\extensions\DebugLabels.pwn>
#include <WeaponData> // By Southclaw: https://github.com/Southclaw/AdvancedWeaponData
#include <Line> // By Southclaw: https://github.com/Southclaw/Line
#include <Zipline> // By Southclaw: https://github.com/Southclaw/Zipline
Expand Down

0 comments on commit 6513485

Please sign in to comment.