userconfig_controller.hpp 277 B

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