math: added Vector3f and Vector4f. Comparison is wrong, and many operations and conve...
[fail.git] / abf / WriterLittleEndian.h
blob9ce35ae1c83babc43538d78c296a0ca73e9d7fa7
1 #ifndef AWFUL_ABF_WRITER_LITTLE_ENDIAN_H
2 #define AWFUL_ABF_WRITER_LITTLE_ENDIAN_H
4 #include "Writer.h"
6 // This is in its own file because WriterBigEndian is exposed as a class on its own in the idl,
7 // and the header files generated by AIC expect each class to have its own header file.
8 namespace awful { namespace abf
10 typedef BaseWriter< endianess::Little > WriterLittleEndian;
13 #endif