]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMUSimulator/include/win32/fmilib64.h
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMUSimulator / include / win32 / fmilib64.h
1 /*\r
2     Copyright (C) 2012 Modelon AB\r
3 \r
4     This program is free software: you can redistribute it and/or modify\r
5     it under the terms of the BSD style license.
6 \r
7     This program is distributed in the hope that it will be useful,\r
8     but WITHOUT ANY WARRANTY; without even the implied warranty of\r
9     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
10     FMILIB_License.txt file for more details.\r
11 \r
12     You should have received a copy of the FMILIB_License.txt file\r
13     along with this program. If not, contact Modelon AB <http://www.modelon.com>.\r
14 */\r
15 \r
16 /** \file fmilib.h\r
17         \brief Include file to be used in client applications of the FMI Library.\r
18         \defgroup fmi_import FMI import library\r
19 */\r
20 \r
21 #ifndef FMILIB_H_\r
22 #define FMILIB_H_\r
23 \r
24 #include <stddef.h>\r
25 #include "fmilib_config.h"\r
26 \r
27 #include <FMI/fmi_import_context.h>\r
28 #include <FMI1/fmi1_import.h>\r
29 #include <FMI2/fmi2_import.h>\r
30 \r
31 #endif\r