home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / spline.h_ / spline.bin
Text File  |  1995-11-14  |  533b  |  18 lines

  1. RwSpline *
  2. ReadCoasterSpline(FILE *file);
  3. BOOL
  4. CreateCoasterControlPointClumps(RollerCoasterType *coaster);
  5. RwClump *
  6. CreateCoasterClump(RollerCoasterType *coaster);
  7. void
  8. DisableCoasterTrack(RollerCoasterType *coaster);
  9. void
  10. EnableCoasterTrack(RollerCoasterType *coaster);
  11. void
  12. DisableCoasterControlPoints(RollerCoasterType *coaster);
  13. void
  14. EnableCoasterControlPoints(RollerCoasterType *coaster);
  15. void
  16. DeleteCoaster(RollerCoasterType *coaster);
  17. void
  18. PositionObjectOnSpline(RollerCoasterType *coaster,RwClump *object);