|
tables.h:29: error: array type has incomplete element type tables.h:30: error: array type has incomplete element type
Ok I am getting that error about 25 times on compile, yet the code looks fine to me... On line 28 and 31 is this:
/* game tables */ extern const struct position_type position_table[]; extern const struct sex_type sex_table[]; extern const struct size_type size_table[];
I dont see anything wrong with it... Anyone got any idea on what I can do to fix this? All help would be greatly appreciated.
|