(root)/
libredwg-0.13/
test/
unit-testing/
dynamicblockpurgepreventer.c
       1  #define DWG_TYPE DWG_TYPE_DYNAMICBLOCKPURGEPREVENTER
       2  #include "common.c"
       3  
       4  void
       5  api_process (dwg_object *obj)
       6  {
       7    int error;
       8    BITCODE_BS flag;
       9    BITCODE_H block;
      10  
      11    dwg_obj_dynamicblockpurgepreventer *_obj
      12        = dwg_object_to_DYNAMICBLOCKPURGEPREVENTER (obj);
      13  
      14    CHK_ENTITY_TYPE (_obj, DYNAMICBLOCKPURGEPREVENTER, flag, BS);
      15    CHK_ENTITY_H (_obj, DYNAMICBLOCKPURGEPREVENTER, block);
      16  }