mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
16 lines
251 B
C
16 lines
251 B
C
#ifndef _CoreBoostPy_CoreBoostPy_h_
|
|
#define _CoreBoostPy_CoreBoostPy_h_
|
|
|
|
#include "Misc.h"
|
|
#include "GTypes.h"
|
|
#include "String.h"
|
|
#include "Value.h"
|
|
#include "Callback.h"
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void export_Core();
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif
|