goat3dgfx

annotate src/curveload.h @ 5:18879c956eb1

- skycube example - added fatal_log - changed the dataset to keep the whole path while searching for data files
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 17 Nov 2013 03:22:40 +0200
parents
children 7d6b667821cf
rev   line source
nuclear@0 1 #ifndef CURVELOAD_H_
nuclear@0 2 #define CURVELOAD_H_
nuclear@0 3
nuclear@0 4 #include "scene.h"
nuclear@0 5
nuclear@0 6 bool load_curves(Scene *scn, const char *fname);
nuclear@0 7
nuclear@0 8 #endif // CURVELOAD_H_