Implement tagged integers in C++ (#813)
* Start on the C++ conversion for tagged ints
This commit is contained in:
committed by
Sam El-Husseini
parent
01c7c0b588
commit
cad13785e2
16
libs/core/pxtcore.h
Normal file
16
libs/core/pxtcore.h
Normal file
@ -0,0 +1,16 @@
|
||||
#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
|
Reference in New Issue
Block a user