mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-04 14:26:20 +12:00
8 lines
185 B
C++
8 lines
185 B
C++
#pragma once
|
|
#include "result_common.hpp"
|
|
|
|
DEFINE_HORIZON_RESULT_MODULE(Result::IR, IR);
|
|
|
|
namespace Result::IR {
|
|
DEFINE_HORIZON_RESULT(NoDeviceConnected, 13, InvalidState, Status);
|
|
};
|