00001 00009 #ifndef _CRT_FICENTRE_H 00010 #define _CRT_FICENTRE_H 00011 00012 #include "lowerleg.h" 00013 00017 int create_ficentre(char *filename, float *base_positions); 00018 00022 int calc_tib_locs(struct tibia); 00023 00024 00028 int calc_fem_locs(struct femur); 00029 00030 00031 #endif