28 lines
452 B
C++
28 lines
452 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include "il2cpp-config.h"
|
|
|
|
struct Il2CppString;
|
|
|
|
namespace il2cpp
|
|
{
|
|
namespace icalls
|
|
{
|
|
namespace System
|
|
{
|
|
namespace System
|
|
{
|
|
namespace ComponentModel
|
|
{
|
|
class LIBIL2CPP_CODEGEN_API Win32Exception
|
|
{
|
|
public:
|
|
static Il2CppString *W32ErrorMessage(int32_t code);
|
|
};
|
|
} /* namespace ComponentModel */
|
|
} /* namespace System */
|
|
} /* namespace System */
|
|
} /* namespace icalls */
|
|
} /* namespace il2cpp */
|