nuclear@0: #ifndef CURVELOAD_H_ nuclear@0: #define CURVELOAD_H_ nuclear@0: nuclear@0: #include "scene.h" nuclear@0: nuclear@0: bool load_curves(Scene *scn, const char *fname); nuclear@0: nuclear@0: #endif // CURVELOAD_H_