mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
whitespace
This commit is contained in:
parent
42d51bc486
commit
b218de3c30
1 changed files with 6 additions and 6 deletions
|
@ -46,18 +46,18 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct _TargaHeader {
|
typedef struct _TargaHeader {
|
||||||
unsigned char id_length;// __attribute__((packed));
|
unsigned char id_length; // __attribute__((packed));
|
||||||
unsigned char colormap_type;// __attribute__((packed));
|
unsigned char colormap_type; // __attribute__((packed));
|
||||||
unsigned char image_type;// __attribute__((packed));
|
unsigned char image_type; // __attribute__((packed));
|
||||||
unsigned short colormap_index __attribute__((packed));
|
unsigned short colormap_index __attribute__((packed));
|
||||||
unsigned short colormap_length __attribute__((packed));
|
unsigned short colormap_length __attribute__((packed));
|
||||||
unsigned char colormap_size;// __attribute__((packed));
|
unsigned char colormap_size; // __attribute__((packed));
|
||||||
unsigned short x_origin __attribute__((packed));
|
unsigned short x_origin __attribute__((packed));
|
||||||
unsigned short y_origin __attribute__((packed));
|
unsigned short y_origin __attribute__((packed));
|
||||||
unsigned short width __attribute__((packed));
|
unsigned short width __attribute__((packed));
|
||||||
unsigned short height __attribute__((packed));
|
unsigned short height __attribute__((packed));
|
||||||
unsigned char pixel_size;// __attribute__((packed));
|
unsigned char pixel_size; // __attribute__((packed));
|
||||||
unsigned char attributes;// __attribute__((packed));
|
unsigned char attributes; // __attribute__((packed));
|
||||||
} TargaHeader;
|
} TargaHeader;
|
||||||
|
|
||||||
#if defined (__BORLANDC__) || defined (_MSC_VER)
|
#if defined (__BORLANDC__) || defined (_MSC_VER)
|
||||||
|
|
Loading…
Reference in a new issue