cad13785e2
* Start on the C++ conversion for tagged ints
17 lines
231 B
C++
17 lines
231 B
C++
#ifndef __PXTCORE_H
|
|
#define __PXTCORE_H
|
|
|
|
#include "MicroBit.h"
|
|
#include "MicroBitImage.h"
|
|
#include "ManagedString.h"
|
|
#include "ManagedType.h"
|
|
|
|
namespace pxt {
|
|
void debuglog(const char *format, ...);
|
|
}
|
|
|
|
|
|
#define DMESG NOLOG
|
|
|
|
#endif
|