exposing programSize function

This commit is contained in:
Peli de Halleux 2016-11-08 10:17:25 -08:00
parent eae2f0436d
commit 09f4001c7a
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ typedef ImageData* Image;
typedef BufferData* Buffer;
namespace pxt {
uint32_t programSize();
uint32_t afterProgramPage();
}