mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
17 lines
208 B
C++
17 lines
208 B
C++
#include "CoreBoostPy.h"
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void export_Core()
|
|
{
|
|
ONCELOCK
|
|
{
|
|
export_GTypes();
|
|
export_String();
|
|
export_Value();
|
|
export_ValueArray();
|
|
export_ValueMap();
|
|
}
|
|
}
|
|
|
|
END_UPP_NAMESPACE
|