You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
987 B

//Copyright 2020 Siemens Digital Industries Software
//==================================================
//Copyright $2020.
//Siemens Product Lifecycle Management Software Inc.
//All Rights Reserved.
//==================================================
//Copyright 2020 Siemens Digital Industries Software
/*==================================================================================================
File description:
Filename: initializecae.hxx
Module : caedispatch
@BMIDE autogenerated
====================================================================================================*/
#ifndef CAE__INITIALIZECAE_HXX
#define CAE__INITIALIZECAE_HXX
#include <caedispatch/libcaedispatch_exports.h>
extern "C" void CAEDISPATCH_API initializecae();
namespace cae
{
extern void CAEDISPATCH_API initializecaeInternal();
}
namespace cae
{
extern void CAEDISPATCH_API initializecaeExtenders();
}
#include <caedispatch/libcaedispatch_undef.h>
#endif