#ifndef __PANDORA_CPLUSPLUS__
#define __PANDORA_CPLUSPLUS__

void	_initCplusplus(char* heap);

#else

#if WARNINCLUDETWICE
#error Included Pandora C++.h twice!
#endif

#endif
