File: buggy.h

package info (click to toggle)
moon-buggy 1%3A1.0.51-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,364 kB
  • sloc: ansic: 3,679; sh: 3,567; makefile: 1,662
file content (62 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (3)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/* buggy.h - the image data for "buggy.c"
 * Automatically created from file "car.img".
 * DO NOT EDIT !!! */

static char *image[][2] = {
  {
    "   Omm ",
    "(|)-(|)",
  },
  {
    "   Omm ",
    "(\\)-(\\)",
  },
  {
    "   Omm ",
    "(-)-(-)",
  },
  {
    "   Omm ",
    "(/)-(/)",
  },
  {
    "   OMM ",
    "(U)-(U)",
  },
  {
    "   OMm ",
    "(|)-(|)",
  },
  {
    "   oMm ",
    "(\\)-(\\)",
  },
  {
    "   omm ",
    "(-)_(-)",
  },
  {
    "   __  ",
    "cnOMMnb",
  },
  {
    "   OMm ",
    "#(|)(|)",
  },
  {
    " n OMm ",
    "##|)(|)",
  },
  {
    "  ##Mm ",
    " ###(|)",
  },
  {
    "   #MM ",
    "(|###|)",
  },
};

enum car_state { 
  car_NORMAL, car_NORMAL1, car_NORMAL2, car_NORMAL3, car_START, car_UP1, car_UP2, car_LAND, car_BROKEN, car_RAM1, car_RAM2, car_RAM3, car_SIT, 
};