X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.fmil.core%2Fnative%2FFMUSimulator%2Finclude%2Fwin32%2Ffmilib.h;fp=org.simantics.fmil.core%2Fnative%2FFMUSimulator%2Finclude%2Fwin32%2Ffmilib.h;h=e962af6069e7adf32ba34037366c78d5b45201a1;hb=4bed8078f3f6d15b8539d7357b8815f8bfeec2c4;hp=0000000000000000000000000000000000000000;hpb=87cc423aefd98832c6c8d0979afc21551f8ceca3;p=simantics%2Ffmil.git diff --git a/org.simantics.fmil.core/native/FMUSimulator/include/win32/fmilib.h b/org.simantics.fmil.core/native/FMUSimulator/include/win32/fmilib.h new file mode 100644 index 0000000..e962af6 --- /dev/null +++ b/org.simantics.fmil.core/native/FMUSimulator/include/win32/fmilib.h @@ -0,0 +1,31 @@ +/* + Copyright (C) 2012 Modelon AB + + This program is free software: you can redistribute it and/or modify + it under the terms of the BSD style license. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + FMILIB_License.txt file for more details. + + You should have received a copy of the FMILIB_License.txt file + along with this program. If not, contact Modelon AB . +*/ + +/** \file fmilib.h + \brief Include file to be used in client applications of the FMI Library. + \defgroup fmi_import FMI import library +*/ + +#ifndef FMILIB_H_ +#define FMILIB_H_ + +#include +#include "fmilib_config.h" + +#include +#include +#include + +#endif