libInit.cc
changeset 14 d5b81c30785e
parent 13 f90704544ca0
child 15 31a33727c629
equal deleted inserted replaced
13:f90704544ca0 14:d5b81c30785e
    25 // }
    25 // }
    26 
    26 
    27 void _libstx_goodies_cypress_Init(pass, __pRT__, snd)
    27 void _libstx_goodies_cypress_Init(pass, __pRT__, snd)
    28 OBJ snd; struct __vmData__ *__pRT__; {
    28 OBJ snd; struct __vmData__ *__pRT__; {
    29 __BEGIN_PACKAGE2__("libstx_goodies_cypress", _libstx_goodies_cypress_Init, "stx:goodies/cypress");
    29 __BEGIN_PACKAGE2__("libstx_goodies_cypress", _libstx_goodies_cypress_Init, "stx:goodies/cypress");
       
    30 _CypressAbstractWriter_Init(pass,__pRT__,snd);
    30 _CypressDefinition_Init(pass,__pRT__,snd);
    31 _CypressDefinition_Init(pass,__pRT__,snd);
    31 _CypressDefinitionIndex_Init(pass,__pRT__,snd);
    32 _CypressDefinitionIndex_Init(pass,__pRT__,snd);
    32 _CypressDependencySorter_Init(pass,__pRT__,snd);
    33 _CypressDependencySorter_Init(pass,__pRT__,snd);
    33 _CypressJsonParser_Init(pass,__pRT__,snd);
    34 _CypressJsonParser_Init(pass,__pRT__,snd);
    34 _CypressLoader_Init(pass,__pRT__,snd);
    35 _CypressLoader_Init(pass,__pRT__,snd);
    39 _CypressPackageWriter_Init(pass,__pRT__,snd);
    40 _CypressPackageWriter_Init(pass,__pRT__,snd);
    40 _CypressPatch_Init(pass,__pRT__,snd);
    41 _CypressPatch_Init(pass,__pRT__,snd);
    41 _CypressPatchOperation_Init(pass,__pRT__,snd);
    42 _CypressPatchOperation_Init(pass,__pRT__,snd);
    42 _CypressSnapshot_Init(pass,__pRT__,snd);
    43 _CypressSnapshot_Init(pass,__pRT__,snd);
    43 _CypressStructure_Init(pass,__pRT__,snd);
    44 _CypressStructure_Init(pass,__pRT__,snd);
    44 _CypressWriter_Init(pass,__pRT__,snd);
       
    45 _stx_137goodies_137cypress_Init(pass,__pRT__,snd);
    45 _stx_137goodies_137cypress_Init(pass,__pRT__,snd);
    46 _CypressAddition_Init(pass,__pRT__,snd);
    46 _CypressAddition_Init(pass,__pRT__,snd);
    47 _CypressClass_Init(pass,__pRT__,snd);
    47 _CypressClass_Init(pass,__pRT__,snd);
    48 _CypressClassDefinition_Init(pass,__pRT__,snd);
    48 _CypressClassDefinition_Init(pass,__pRT__,snd);
    49 _CypressClassStructure_Init(pass,__pRT__,snd);
    49 _CypressClassStructure_Init(pass,__pRT__,snd);
    53 _CypressModification_Init(pass,__pRT__,snd);
    53 _CypressModification_Init(pass,__pRT__,snd);
    54 _CypressPackage_Init(pass,__pRT__,snd);
    54 _CypressPackage_Init(pass,__pRT__,snd);
    55 _CypressPackageStructure_Init(pass,__pRT__,snd);
    55 _CypressPackageStructure_Init(pass,__pRT__,snd);
    56 _CypressRemoval_Init(pass,__pRT__,snd);
    56 _CypressRemoval_Init(pass,__pRT__,snd);
    57 _CypressRepository_Init(pass,__pRT__,snd);
    57 _CypressRepository_Init(pass,__pRT__,snd);
       
    58 _CypressWriter_Init(pass,__pRT__,snd);
    58 
    59 
    59 _stx_137goodies_137cypress_extensions_Init(pass,__pRT__,snd);
    60 _stx_137goodies_137cypress_extensions_Init(pass,__pRT__,snd);
    60 __END_PACKAGE__();
    61 __END_PACKAGE__();
    61 }
    62 }