// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef USERCONFIG_CONTROLLER_HPP #define USERCONFIG_CONTROLLER_HPP #include "http.hpp" HANDLER_FUNC(userconfig_save); HANDLER_FUNC(userconfig_load); #endif