goat3dgfx
annotate src/curveload.h @ 27:be9754def417
added missing post-build copy event in the release configuration
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 27 Feb 2014 02:19:16 +0200 |
parents | 1873dfd13f2d |
children |
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@15 | 6 namespace goatgfx { |
nuclear@15 | 7 |
nuclear@0 | 8 bool load_curves(Scene *scn, const char *fname); |
nuclear@0 | 9 |
nuclear@15 | 10 } |
nuclear@15 | 11 |
nuclear@0 | 12 #endif // CURVELOAD_H_ |