9 lines
172 B
C++
9 lines
172 B
C++
#include "kindscript.h"
|
|
#include "ManagedBuffer.h"
|
|
|
|
using namespace kindscript;
|
|
MicroBitPin *getPin(int id);
|
|
typedef ImageData* Image;
|
|
typedef BufferData* Buffer;
|
|
|