Use -core v0.1.2

This commit is contained in:
Michal Moskal
2016-04-02 14:18:10 -07:00
parent 356b17cb13
commit ef098cbd28
3 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#include "kindscript.h"
using namespace ks;
using namespace kindscript;
MicroBitPin *getPin(int id);
typedef ImageData* Image;