moving definition out of ksbit.h

This commit is contained in:
Peli de Halleux 2016-11-29 15:15:22 -08:00
parent f046f0e50c
commit e0c016fbf4
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -61,6 +61,8 @@ namespace pxt {
uint32_t *allocate(uint16_t sz);
int templateHash();
int programHash();
uint32_t programSize();
uint32_t afterProgramPage();
int getNumGlobals();
RefRecord* mkClassInstance(int vtableOffset);