Add Buffer; go to core v0.1.5

This commit is contained in:
Michal Moskal
2016-04-03 16:52:57 -07:00
parent b003af6eae
commit 02c41b59bd
10 changed files with 194 additions and 7 deletions

View File

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