Use new APIs in the core
This commit is contained in:
@ -1,12 +1,6 @@
|
||||
#include "BitVM.h"
|
||||
|
||||
namespace bitvm {
|
||||
namespace bitvm_micro_bit {
|
||||
void registerWithDal(int id, int event, Action a);
|
||||
}
|
||||
}
|
||||
#include "kindscript.h"
|
||||
|
||||
using namespace ks;
|
||||
MicroBitPin *getPin(int id);
|
||||
using namespace bitvm::bitvm_micro_bit;
|
||||
typedef ImageData* Image;
|
||||
|
||||
|
Reference in New Issue
Block a user