Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
GABOUT Struct Reference

#include <gimex.h>

Public Attributes

int signature
 
int size
 
int version
 
unsigned int canimport:1
 
unsigned int canexport:1
 
unsigned int importpacked:2
 
unsigned int exportpacked:2
 
unsigned int import8:1
 
unsigned int export8:1
 
unsigned int import32:1
 
unsigned int export32:1
 
unsigned int multiframe:1
 
unsigned int multifile:1
 
unsigned int multisize:1
 
unsigned int framebuffer:1
 
unsigned int external:1
 
unsigned int usesfile:1
 
unsigned int globalpalette:1
 
unsigned int greyscale:1
 
unsigned int startcolour:1
 
unsigned int dotsubtype:1
 
unsigned int resizable:1
 
unsigned int reserved2:1
 
unsigned int reserved3:1
 
unsigned int importstream:1
 
unsigned int exportstream:1
 
unsigned int movie:1
 
unsigned int mipmap:1
 
unsigned int font:1
 
unsigned int obsolete:1
 
unsigned int file64:1
 
unsigned int firstextension:1
 
unsigned int pad:1
 
int maxcolours
 
int maxframename
 
int defaultquality
 
int mactype [MAXMACTYPES]
 
char extensions [MAXEXTENSIONS][GIMEX_EXTENSION_SIZE]
 
char authorstr [GIMEX_AUTHORSTR_SIZE]
 
char versionstr [GIMEX_VERSIONSTR_SIZE]
 
char shorttypestr [GIMEX_SHORTTYPESTR_SIZE]
 
char wordtypestr [GIMEX_WORDTYPESTR_SIZE]
 
char longtypestr [GIMEX_LONGTYPESTR_SIZE]
 
unsigned int maxalphabits:8
 
unsigned int maxredbits:8
 
unsigned int maxgreenbits:8
 
unsigned int maxbluebits:8
 
unsigned int maxwidth
 
unsigned int maxheight
 
unsigned int alignwidth
 
unsigned int alignheight
 
unsigned int pad2 [4]
 
long signature
 
long size
 
unsigned int singlepalette:1
 
long mactype [MAXMACTYPES]
 

Detailed Description

Definition at line 197 of file gimex.h.

Member Data Documentation

◆ alignheight

unsigned int GABOUT::alignheight

Definition at line 249 of file gimex.h.

◆ alignwidth

unsigned int GABOUT::alignwidth

Definition at line 248 of file gimex.h.

◆ authorstr

char GABOUT::authorstr

Definition at line 237 of file gimex.h.

◆ canexport

unsigned int GABOUT::canexport

Definition at line 203 of file gimex.h.

◆ canimport

unsigned int GABOUT::canimport

Definition at line 202 of file gimex.h.

◆ defaultquality

int GABOUT::defaultquality

Definition at line 234 of file gimex.h.

◆ dotsubtype

unsigned int GABOUT::dotsubtype

Definition at line 219 of file gimex.h.

◆ export32

unsigned int GABOUT::export32

Definition at line 209 of file gimex.h.

◆ export8

unsigned int GABOUT::export8

Definition at line 207 of file gimex.h.

◆ exportpacked

unsigned int GABOUT::exportpacked

Definition at line 205 of file gimex.h.

◆ exportstream

unsigned int GABOUT::exportstream

Definition at line 224 of file gimex.h.

◆ extensions

char GABOUT::extensions

Definition at line 236 of file gimex.h.

◆ external

unsigned int GABOUT::external

Definition at line 214 of file gimex.h.

◆ file64

unsigned int GABOUT::file64

Definition at line 229 of file gimex.h.

◆ firstextension

unsigned int GABOUT::firstextension

Definition at line 230 of file gimex.h.

◆ font

unsigned int GABOUT::font

Definition at line 227 of file gimex.h.

◆ framebuffer

unsigned int GABOUT::framebuffer

Definition at line 213 of file gimex.h.

◆ globalpalette

unsigned int GABOUT::globalpalette

Definition at line 216 of file gimex.h.

◆ greyscale

unsigned int GABOUT::greyscale

Definition at line 217 of file gimex.h.

◆ import32

unsigned int GABOUT::import32

Definition at line 208 of file gimex.h.

◆ import8

unsigned int GABOUT::import8

Definition at line 206 of file gimex.h.

◆ importpacked

unsigned int GABOUT::importpacked

Definition at line 204 of file gimex.h.

◆ importstream

unsigned int GABOUT::importstream

Definition at line 223 of file gimex.h.

◆ longtypestr

char GABOUT::longtypestr

Definition at line 241 of file gimex.h.

◆ mactype [1/2]

int GABOUT::mactype[MAXMACTYPES]

Definition at line 235 of file gimex.h.

◆ mactype [2/2]

long GABOUT::mactype[MAXMACTYPES]

Definition at line 162 of file gimex.h.

◆ maxalphabits

unsigned int GABOUT::maxalphabits

Definition at line 242 of file gimex.h.

◆ maxbluebits

unsigned int GABOUT::maxbluebits

Definition at line 245 of file gimex.h.

◆ maxcolours

int GABOUT::maxcolours

Definition at line 232 of file gimex.h.

◆ maxframename

int GABOUT::maxframename

Definition at line 233 of file gimex.h.

◆ maxgreenbits

unsigned int GABOUT::maxgreenbits

Definition at line 244 of file gimex.h.

◆ maxheight

unsigned int GABOUT::maxheight

Definition at line 247 of file gimex.h.

◆ maxredbits

unsigned int GABOUT::maxredbits

Definition at line 243 of file gimex.h.

◆ maxwidth

unsigned int GABOUT::maxwidth

Definition at line 246 of file gimex.h.

◆ mipmap

unsigned int GABOUT::mipmap

Definition at line 226 of file gimex.h.

◆ movie

unsigned int GABOUT::movie

Definition at line 225 of file gimex.h.

◆ multifile

unsigned int GABOUT::multifile

Definition at line 211 of file gimex.h.

◆ multiframe

unsigned int GABOUT::multiframe

Definition at line 210 of file gimex.h.

◆ multisize

unsigned int GABOUT::multisize

Definition at line 212 of file gimex.h.

◆ obsolete

unsigned int GABOUT::obsolete

Definition at line 228 of file gimex.h.

◆ pad

unsigned int GABOUT::pad

Definition at line 231 of file gimex.h.

◆ pad2

unsigned int GABOUT::pad2[4]

Definition at line 250 of file gimex.h.

◆ reserved2

unsigned int GABOUT::reserved2

Definition at line 221 of file gimex.h.

◆ reserved3

unsigned int GABOUT::reserved3

Definition at line 222 of file gimex.h.

◆ resizable

unsigned int GABOUT::resizable

Definition at line 220 of file gimex.h.

◆ shorttypestr

char GABOUT::shorttypestr

Definition at line 239 of file gimex.h.

◆ signature [1/2]

int GABOUT::signature

Definition at line 199 of file gimex.h.

◆ signature [2/2]

long GABOUT::signature

Definition at line 136 of file gimex.h.

◆ singlepalette

unsigned int GABOUT::singlepalette

Definition at line 153 of file gimex.h.

◆ size [1/2]

int GABOUT::size

Definition at line 200 of file gimex.h.

◆ size [2/2]

long GABOUT::size

Definition at line 137 of file gimex.h.

◆ startcolour

unsigned int GABOUT::startcolour

Definition at line 218 of file gimex.h.

◆ usesfile

unsigned int GABOUT::usesfile

Definition at line 215 of file gimex.h.

◆ version

int GABOUT::version

Definition at line 201 of file gimex.h.

◆ versionstr

char GABOUT::versionstr

Definition at line 238 of file gimex.h.

◆ wordtypestr

char GABOUT::wordtypestr

Definition at line 240 of file gimex.h.


The documentation for this struct was generated from the following files: