Skip to content

Commit ff531fd

Browse files
author
Fraser J. Gordon
committed
Update the deploy code to use StringRefs in most places.
1 parent 1a6994a commit ff531fd

9 files changed

Lines changed: 398 additions & 439 deletions

File tree

engine/src/capsule.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ void MCDeployCapsuleDestroy(MCDeployCapsuleRef self);
227227
// This method appends a new section of the given type containing the
228228
// specified data.
229229
bool MCDeployCapsuleDefine(MCDeployCapsuleRef self, MCCapsuleSectionType type, const void *data, uint32_t data_size);
230+
bool MCDeployCapsuleDefineString(MCDeployCapsuleRef self, MCCapsuleSectionType type, MCStringRef p_string);
230231

231232
// This method appends a new section of the given type contining the data
232233
// held in the given file - the caller is responsible for managing the lifetime

0 commit comments

Comments
 (0)