mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
[CFG] Add GetCountryCodeID
This commit is contained in:
parent
c24970f385
commit
dcd8e631de
5 changed files with 55 additions and 2 deletions
8
include/result/result_cfg.hpp
Normal file
8
include/result/result_cfg.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
#include "result_common.hpp"
|
||||
|
||||
DEFINE_HORIZON_RESULT_MODULE(Result::CFG, Config);
|
||||
|
||||
namespace Result::CFG {
|
||||
DEFINE_HORIZON_RESULT(NotFound, 1018, WrongArgument, Permanent);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue