File: structs.h

package info (click to toggle)
bombardier 0.8.2.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 172 kB
  • ctags: 74
  • sloc: ansic: 796; makefile: 60; sh: 39; perl: 33
file content (28 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
struct struc_state
{
    unsigned char houses[WIDTH];
    int houses_text[WIDTH];
    unsigned char line;
    unsigned char x;
    unsigned char bombx;
    unsigned char bomby;
    unsigned char willbebombed;
    unsigned char crashed;
    unsigned int city;
    unsigned int blocks;
    unsigned int numofblocks;
    unsigned char exit;
    unsigned int delay;
    int score;
    char *text;
    struct timeval tvusleeputan, szamolashoz, uu, ue;
    signed long int bombsleep, usleepelni;
    int shouldpause;
};

struct struc_texts
{
    unsigned char minfloor;
    unsigned char maxfloor;
    char *text;
};