forked from mtoyoda/sl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
car.h
34 lines (27 loc) · 874 Bytes
/
car.h
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
/*========================================
* car.h: CAR version 1.00
*
* Original Copyright:
* sl.h: SL version 5.02
* Copyright 1993,2002,2014
* Toyoda Masashi
* (mtoyoda@acm.org)
* Last Modified: 2014/06/03
*========================================
*/
#define CARHEIGHT 6
#define CARFUNNEL 4
#define CARPATTERNS 4
#define CAR1 " ________ "
#define CAR2 " // ||\\\\ "
#define CAR3 " ___//_____||_\\\\__ "
#define CAR4 "/) __ __ \\ "
#define CAR11 "[__/ \\\\_____/ \\\\__= "
#define CAR12 " \\__/ \\__/ "
#define CAR21 "[__/ \\_____/ \\__= "
#define CAR22 " \\_// \\_// "
#define CAR31 "[__/ \\_____/ \\__= "
#define CAR32 " \\\\_/ \\\\_/ "
#define CAR41 "[__// \\_____// \\__= "
#define CAR42 " \\__/ \\__/ "
#define DELLN " "