Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

fltstruc.cc

Go to the documentation of this file.
00001 /* 
00002  *      HT Editor
00003  *      fltstruc.cc
00004  *
00005  *      Copyright (C) 2003 Sebastian Biallas (sb@biallas.net)
00006  *
00007  *      This program is free software; you can redistribute it and/or modify
00008  *      it under the terms of the GNU General Public License version 2 as
00009  *      published by the Free Software Foundation.
00010  *
00011  *      This program is distributed in the hope that it will be useful,
00012  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  *      GNU General Public License for more details.
00015  *
00016  *      You should have received a copy of the GNU General Public License
00017  *      along with this program; if not, write to the Free Software
00018  *      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00019  */
00020 
00021 #include "fltstruc.h"
00022 #include "global.h"
00023 #include "htendian.h"
00024 
00025 byte FLAT_HEADER_struct[]= {
00026         STRUCT_ENDIAN_BYTE,
00027         STRUCT_ENDIAN_BYTE,
00028         STRUCT_ENDIAN_BYTE,
00029         STRUCT_ENDIAN_BYTE,
00030         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00031         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00032         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00033         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00034         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00035         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00036         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00037         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00038 
00039         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00040         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00041         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00042         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00043         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00044         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00045         STRUCT_ENDIAN_DWORD | STRUCT_ENDIAN_HOST,
00046         0
00047 };
00048 
00049 

Generated on Fri May 7 21:15:30 2004 by doxygen 1.3.5