mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
14 lines
209 B
C
14 lines
209 B
C
#ifndef _CoreBoostPy_Value_h_
|
|
#define _CoreBoostPy_Value_h_
|
|
|
|
#include "Common.h"
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void export_Value();
|
|
void export_ValueArray();
|
|
void export_ValueMap();
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif
|