Initial commit.
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user