|
@@ -1,8 +1,8 @@
|
|
|
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
|
|
|
// For more information, see LICENCE in the main folder
|
|
|
|
|
|
-#ifndef _SEARCHSTORE_HPP_
|
|
|
-#define _SEARCHSTORE_HPP_
|
|
|
+#ifndef SEARCHSTORE_HPP
|
|
|
+#define SEARCHSTORE_HPP
|
|
|
|
|
|
#include "../common/cbasetypes.hpp"
|
|
|
#include "../common/mmo.hpp"
|
|
@@ -56,4 +56,4 @@ bool searchstore_queryremote(struct map_session_data* sd, uint32 account_id);
|
|
|
void searchstore_clearremote(struct map_session_data* sd);
|
|
|
bool searchstore_result(struct map_session_data* sd, int store_id, uint32 account_id, const char* store_name, unsigned short nameid, unsigned short amount, unsigned int price, const unsigned short* card, unsigned char refine);
|
|
|
|
|
|
-#endif /* _SEARCHSTORE_HPP_ */
|
|
|
+#endif /* SEARCHSTORE_HPP */
|