added afterProgramPage to C++ declarations

This commit is contained in:
Peli de Halleux 2016-11-07 10:17:03 -08:00
parent 0a5c2e4df9
commit efd310f0b4
1 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,6 @@ MicroBitPin *getPin(int id);
typedef ImageData* Image;
typedef BufferData* Buffer;
namespace pxt {
uint32_t afterProgramPage();
}