fmiFunctions_fwd.h 179 B

1234567891011
  1. #ifndef fmiFunctions_fwd_h
  2. #define fmiFunctions_fwd_h
  3. #ifdef FMI_2
  4. #include "fmi2Functions_fwd.h"
  5. #else
  6. #include "fmiFunctions_1.0_fwd.h"
  7. #endif
  8. #endif /* fmiFunctions_fwd_h */