moving definition out of ksbit.h
This commit is contained in:
parent
f046f0e50c
commit
e0c016fbf4
@ -6,7 +6,3 @@ MicroBitPin *getPin(int id);
|
||||
typedef ImageData* Image;
|
||||
typedef BufferData* Buffer;
|
||||
|
||||
namespace pxt {
|
||||
uint32_t programSize();
|
||||
uint32_t afterProgramPage();
|
||||
}
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user