Bump pxt-microbit-core to 0.4.2 with class support

This commit is contained in:
Michal Moskal
2016-09-01 12:13:40 +01:00
parent a34bcee7a2
commit 79c23e2e2a
2 changed files with 3 additions and 1 deletions

View File

@ -183,6 +183,8 @@ namespace pxt {
//%
RefRecord* mkRecord(int reflen, int totallen);
//%
RefRecord* mkClassInstance(int offset);
//%
void debugMemLeaks();
//%
int incr(uint32_t e);