Panda3DS/include/result/result_cfg.hpp
2023-08-08 18:39:13 +03:00

8 lines
188 B
C++

#pragma once
#include "result_common.hpp"
DEFINE_HORIZON_RESULT_MODULE(Result::CFG, Config);
namespace Result::CFG {
DEFINE_HORIZON_RESULT(NotFound, 1018, WrongArgument, Permanent);
};