#ifdef __cplusplus extern "C" { #endif #pragma once #include "HROOT-coreType.h" #include "STDDeletable.h" #include "stdcxxType.h" #define TATT3D_DECL_VIRT(Type) \ #define TATT3D_DECL_NONVIRT(Type) \ #define TATT3D_DECL_ACCESSOR(Type) \ #define TATT3D_DEF_VIRT(Type) \ #define TATT3D_DEF_NONVIRT(Type) \ #define TATT3D_DEF_ACCESSOR(Type) \ DELETABLE_DECL_VIRT(TAtt3D) TATT3D_DECL_VIRT(TAtt3D) TATT3D_DECL_NONVIRT(TAtt3D) TATT3D_DECL_ACCESSOR(TAtt3D) #ifdef __cplusplus } #endif