diff tools/lib64gfx.h @ 2109:510ea816d1ff

Add helper function dmC64MemBlockAllocSubj().
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 24 May 2019 02:29:27 +0300
parents 5f8f170f8774
children 3fcf1c3a3287
line wrap: on
line diff
--- a/tools/lib64gfx.h	Fri May 24 02:27:45 2019 +0300
+++ b/tools/lib64gfx.h	Fri May 24 02:29:27 2019 +0300
@@ -327,6 +327,7 @@
 const char *dmC64GetOpSubjectName(const int subject);
 const DMC64MemBlock * dmC64GetOpMemBlock(const DMC64Image *img, const int subject, const int bank);
 int       dmC64SanityCheckEncDecOp(const int i, const DMC64EncDecOp *op, const DMC64Image *img);
+int      dmC64MemBlockAllocSubj(DMC64Image *img, const int subject, const int bank);
 
 size_t    dmC64GetSubjectSize(const int subject, const DMC64ImageCommonFormat *fmt);
 size_t    dmC64GetOpSubjectSize(const DMC64EncDecOp *op, const DMC64ImageCommonFormat *fmt);