trick/include/trick/sie_c_intf.h
2023-04-17 17:23:48 -05:00

16 lines
305 B
C++

#ifdef __cplusplus
extern "C" {
#endif
void sie_print_xml(void) ;
void sie_class_attr_map_print_xml(void) ;
void sie_enum_attr_map_print_xml(void) ;
void sie_top_level_objects_print_xml(void) ;
void sie_append_runtime_objs(void) ;
std::string sie_get_runtime_sie_dir(void);
#ifdef __cplusplus
}
#endif