is possible lite-C`struct contain any functions
---------------------------------------------------------------
void func(){
printf("hello world");
}
typedef struct{
var x;
var y;
int (*func)(int,int);
}SPOT;
---------------------------------------------------------------


development 3d game is interesting!