2016-04-02 22:44:29 +02:00
|
|
|
#include "kindscript.h"
|
2016-04-04 01:52:57 +02:00
|
|
|
#include "ManagedBuffer.h"
|
2016-04-02 06:26:06 +02:00
|
|
|
|
2016-04-02 23:18:10 +02:00
|
|
|
using namespace kindscript;
|
2016-04-02 06:26:06 +02:00
|
|
|
MicroBitPin *getPin(int id);
|
2016-04-02 06:52:25 +02:00
|
|
|
typedef ImageData* Image;
|
2016-04-04 01:52:57 +02:00
|
|
|
typedef BufferData* Buffer;
|
2016-04-02 06:52:25 +02:00
|
|
|
|