fiore@5: /*
fiore@5: CCmI Editor - A Collaborative Cross-Modal Diagram Editing Tool
fiore@5:
fiore@5: Copyright (C) 2011 Queen Mary University of London (http://ccmi.eecs.qmul.ac.uk/)
fiore@5:
fiore@5: This program is free software: you can redistribute it and/or modify
fiore@5: it under the terms of the GNU General Public License as published by
fiore@5: the Free Software Foundation, either version 3 of the License, or
fiore@5: (at your option) any later version.
fiore@5:
fiore@5: This program is distributed in the hope that it will be useful,
fiore@5: but WITHOUT ANY WARRANTY; without even the implied warranty of
fiore@5: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
fiore@5: GNU General Public License for more details.
fiore@5:
fiore@5: You should have received a copy of the GNU General Public License
fiore@5: along with this program. If not, see .
fiore@5: */
fiore@5:
fiore@5: #include
fiore@5: /* Header for class uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics */
fiore@5:
fiore@5: #ifndef _Included_uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics
fiore@5: #define _Included_uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics
fiore@5: #ifdef __cplusplus
fiore@5: extern "C" {
fiore@5: #endif
fiore@5: #undef uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_MIN_PRIORITY
fiore@5: #define uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_MIN_PRIORITY 1L
fiore@5: #undef uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_NORM_PRIORITY
fiore@5: #define uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_NORM_PRIORITY 5L
fiore@5: #undef uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_MAX_PRIORITY
fiore@5: #define uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_MAX_PRIORITY 10L
fiore@5: /*
fiore@5: * Class: uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics
fiore@5: * Method: init
fiore@5: * Signature: (II)I
fiore@5: */
fiore@5: JNIEXPORT jint JNICALL Java_uk_ac_qmul_eecs_ccmi_haptics_FalconHaptics_initFalcon
fiore@5: (JNIEnv *, jobject, jint, jint);
fiore@5:
fiore@5: #ifdef __cplusplus
fiore@5: }
fiore@5: #endif
fiore@5: #endif