diff options
Diffstat (limited to 'match/match.h')
| -rw-r--r-- | match/match.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/match/match.h b/match/match.h index 61ac72d..620d046 100644 --- a/match/match.h +++ b/match/match.h | |||
| @@ -34,13 +34,7 @@ | |||
| 34 | #define MIN(a, b) ((a) < (b) ? (a) : (b)) | 34 | #define MIN(a, b) ((a) < (b) ? (a) : (b)) |
| 35 | #define MAX(a, b) ((a) < (b) ? (b) : (a)) | 35 | #define MAX(a, b) ((a) < (b) ? (b) : (a)) |
| 36 | 36 | ||
| 37 | typedef int bool; | ||
| 38 | |||
| 39 | //////////////////////////////////////////////////////// | ||
| 40 | |||
| 41 | void match_fingers(int index[DIM_FINGER], float A[DIM2_FINGER], | 37 | void match_fingers(int index[DIM_FINGER], float A[DIM2_FINGER], |
| 42 | int nrow, int ncol); | 38 | int nrow, int ncol); |
| 43 | 39 | ||
| 44 | //////////////////////////////////////////////////////// | ||
| 45 | |||
| 46 | #endif | 40 | #endif |
