Skip to content

Commit

Permalink
Add ModpackLoader_GetStatusStr to header
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Jul 31, 2023
1 parent c8e5f22 commit c9b54b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/modpack_loader/loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ typedef uint32_t ModpackLoaderVersion;

#define MODPACK_LOADER_MODULE_VERSION_ERROR 0xFFFFFFFF

const char *ModpackLoader_GetStatusStr(ModpackLoaderStatus status);

/**
* This function has to be called before any other function of this lib (except ModpackLoader_GetVersion) can be used.
*
Expand Down

0 comments on commit c9b54b0

Please sign in to comment.