mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
8 lines
188 B
C++
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);
|
|
};
|