summaryrefslogtreecommitdiff
path: root/src/map/storage.h
diff options
context:
space:
mode:
authorDennis Friis <peavey@inspircd.org>2009-06-24 23:20:16 +0200
committerDennis Friis <peavey@inspircd.org>2009-06-25 01:13:21 +0200
commit575164bfde702bc6239c61a51dafbf6df51b5120 (patch)
tree434fbdba25c70e86936efbb61c8fbff691febf39 /src/map/storage.h
parent4f99e5d5f04cc89d69fa407360b3597f31ca7215 (diff)
downloadtmwa-575164bfde702bc6239c61a51dafbf6df51b5120.tar.gz
tmwa-575164bfde702bc6239c61a51dafbf6df51b5120.tar.bz2
tmwa-575164bfde702bc6239c61a51dafbf6df51b5120.tar.xz
tmwa-575164bfde702bc6239c61a51dafbf6df51b5120.zip
Storage cleanup, derived from ea stable
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);