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