diff options
Diffstat (limited to 'src/gui/windows/inventorywindow.cpp')
-rw-r--r-- | src/gui/windows/inventorywindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/windows/inventorywindow.cpp b/src/gui/windows/inventorywindow.cpp index 581f9bfc2..e0dd2e8f0 100644 --- a/src/gui/windows/inventorywindow.cpp +++ b/src/gui/windows/inventorywindow.cpp @@ -70,6 +70,9 @@ InventoryWindow *inventoryWindow = nullptr; InventoryWindow *storageWindow = nullptr; +#ifdef EATHENA_SUPPORT +InventoryWindow *cartWindow = nullptr; +#endif InventoryWindow::WindowList InventoryWindow::invInstances; InventoryWindow::InventoryWindow(Inventory *const inventory) : |