Changeset 51 in flair-src for trunk/lib/FlairCore/src/io_data.cpp
- Timestamp:
- Jul 26, 2016, 5:32:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/io_data.cpp
r15 r51 26 26 DummyType dummyType; 27 27 FloatType floatType; 28 DoubleType doubleType; 28 29 SignedIntegerType Int8Type(8); 29 30 SignedIntegerType Int16Type(16); 31 UnsignedIntegerType UInt8Type(8); 32 UnsignedIntegerType UInt16Type(16); 30 33 31 34 io_data::io_data(const Object *parent, string name, int n)
Note:
See TracChangeset
for help on using the changeset viewer.