Skip to content

Commit

Permalink
Fix declaration of MDD_spaceMouseGetData
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Sep 24, 2018
1 parent f286bda commit 7d13507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica_DeviceDrivers/Resources/Include/MDDSpaceMouse.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @param[out] pdAxes array with 6 elements (value range [-1 1])
* @param[out] piButtons array with 16 elements
*/
DllExport void MDD_spaceMouseGetData(double * pdAxes, int * piButtons);
EXTERN void MDD_spaceMouseGetData(double * pdAxes, int * piButtons);

#endif /* !defined(ITI_COMP_SIM) */

Expand Down

0 comments on commit 7d13507

Please sign in to comment.