From eecba3b5fcb47a01e6e13ee1940def989f6dd22d Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Thu, 28 Feb 2002 20:56:59 +0000 Subject: - Added SIS stuff by Daniel Brahneborg --- lib/sislangrecord.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lib/sislangrecord.h (limited to 'lib/sislangrecord.h') diff --git a/lib/sislangrecord.h b/lib/sislangrecord.h new file mode 100644 index 0000000..e532c4e --- /dev/null +++ b/lib/sislangrecord.h @@ -0,0 +1,23 @@ +#ifndef _SISLANGRECORD_H +#define _SISLANGRECORD_H + +#include "sistypes.h" + +/** + * A simple language record, only containing the epoc specific 16 bit + * language number. + */ +class SISLangRecord +{ +public: + + /** + * Populate the fields. + */ + void fillFrom(uchar* buf, int* base); + + uint16 m_lang; +}; + +#endif + -- cgit v1.2.3