# | Line 15 | Line 15 | extern int o_sphere(); | |
---|---|---|
15 | extern int o_face(); | |
16 | extern int o_cone(); | |
17 | extern int o_instance(); | |
18 | + | extern int o_mesh(); |
19 | ||
20 | FUN ofun[NUMOTYPE] = INIT_OTYPE; | |
21 | ||
# | Line 30 | Line 31 | initotypes() /* initialize ofun array */ | |
31 | ofun[OBJ_TUBE].funp = | |
32 | ofun[OBJ_RING].funp = o_cone; | |
33 | ofun[OBJ_INSTANCE].funp = o_instance; | |
34 | + | ofun[OBJ_MESH].funp = o_mesh; |
35 | } | |
36 | ||
37 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |