mirror of
https://github.com/zeldaret/ss
synced 2026-09-01 01:31:47 -04:00
Most of LibMS OK
This commit is contained in:
@@ -17,11 +17,11 @@ struct MsbtAttrInfo {
|
||||
|
||||
struct MsbtInfo *LMS_InitMessage(void *data);
|
||||
void LMS_CloseMessage(struct MsbtInfo *info);
|
||||
int LMS_GetTextIndexByLabel(const struct MsbtInfo *info, const char *label);
|
||||
const wchar_t *LMS_GetText(const struct MsbtInfo *info, int index);
|
||||
const wchar_t *LMS_GetTextByLabel(const struct MsbtInfo *info, const char *label);
|
||||
const char *LMS_GetLabelByTextIndex(const struct MsbtInfo *info, int index);
|
||||
struct MsbtAttrInfo *LMS_GetAttribute(const struct MsbtInfo *info, int index);
|
||||
int LMS_GetTextIndexByLabel(struct MsbtInfo *info, const char *label);
|
||||
const wchar_t *LMS_GetText(struct MsbtInfo *info, int index);
|
||||
const wchar_t *LMS_GetTextByLabel(struct MsbtInfo *info, const char *label);
|
||||
int LMS_GetLabelByTextIndex(struct MsbtInfo *info, int index, char *outLabel);
|
||||
struct MsbtAttrInfo *LMS_GetAttribute(struct MsbtInfo *info, int index);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user