summaryrefslogtreecommitdiff
path: root/src/map/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/storage.h')
-rw-r--r--src/map/storage.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/storage.h b/src/map/storage.h
index 774937d..67966cf 100644
--- a/src/map/storage.h
+++ b/src/map/storage.h
@@ -1,8 +1,10 @@
-// $Id: storage.h,v 1.3 2004/09/25 05:32:19 MouseJstr Exp $
+// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
+// For more information, see LICENCE in the main folder
+
#ifndef _STORAGE_H_
#define _STORAGE_H_
-#include "mmo.h"
+#include "../common/mmo.h"
int storage_storageopen(struct map_session_data *sd);
int storage_storageadd(struct map_session_data *sd,int index,int amount);