Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from Turupawn/sdk_update
Browse files Browse the repository at this point in the history
Updated SDK version to 0.12.15
  • Loading branch information
Turupawn authored Jul 2, 2020
2 parents 533ef2b + 9f69dab commit cd3cfcc
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
Binary file modified Source/ThirdParty/mod.io-sdk/bin/win64/modio.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Source/ThirdParty/mod.io-sdk/include/c++/schemas/Error.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Error
{
public:
u32 code;
u32 error_ref;
std::string message;
std::vector<std::string> errors;

Expand Down
1 change: 1 addition & 0 deletions Source/ThirdParty/mod.io-sdk/include/c/ModioC.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ extern "C"
struct ModioError
{
u32 code;
u32 error_ref;
char* message;
char** errors_array;
u32 errors_array_size;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void downloadMod(QueuedModDownload *queued_mod_download);
void queueModDownload(ModioMod& modio_mod);
void uploadModfile(QueuedModfileUpload *queued_modfile_upload);
void queueModfileUpload(u32 mod_id, ModioModfileCreator *modio_modfile_creator);
void removeDownloadedModfile(u32 mod_id);
void removeDownloadedMod(u32 mod_id);

}
}
Expand Down
Binary file modified Source/ThirdParty/mod.io-sdk/lib/win64/modio.lib
Binary file not shown.
Binary file modified Source/ThirdParty/mod.io-sdk/static/win64/modio.lib
Binary file not shown.

0 comments on commit cd3cfcc

Please sign in to comment.