| # | Line 16 | Line 16 | extern "C" { | |
|---|---|---|
| 16 | #endif | |
| 17 | ||
| 18 | /* Data types for file loading */ | |
| 19 | < | enum {DTfromHeader=0, DTrgbe, DTxyze, DTfloat, DTascii, DTdouble, DTend}; |
| 19 | > | enum {DTfromHeader=0, DTrgbe, DTxyze, DTspec, DTfloat, DTascii, DTdouble, DTend}; |
| 20 | ||
| 21 | extern const char stdin_name[]; | |
| 22 | extern const char *cm_fmt_id[]; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |