Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit ff531fd

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

File tree

9 files changed

+398
-439
lines changed

9 files changed

+398
-439
lines changed

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)