2016-04-07 12:52:02 -07:00
|
|
|
#include "pxt.h"
|
2016-04-03 16:52:57 -07:00
|
|
|
#include "ManagedBuffer.h"
|
2016-04-01 21:26:06 -07:00
|
|
|
|
2016-04-07 12:52:02 -07:00
|
|
|
using namespace pxt;
|
2016-04-01 21:26:06 -07:00
|
|
|
MicroBitPin *getPin(int id);
|
2016-04-01 21:52:25 -07:00
|
|
|
typedef ImageData* Image;
|
2016-04-03 16:52:57 -07:00
|
|
|
typedef BufferData* Buffer;
|
2016-04-01 21:52:25 -07:00
|
|
|
|