-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbitmaps.c
31 lines (24 loc) · 843 Bytes
/
bitmaps.c
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
/*
xskat - a card game for 1 to 3 players.
Copyright (C) 2000 Gunter Gerhardt
This program is free software; you can redistribute it freely.
Use it at your own risk; there is NO WARRANTY.
Redistribution of modified versions is permitted
provided that the following conditions are met:
1. All copyright & permission notices are preserved.
2.a) Only changes required for packaging or porting are made.
or
2.b) It is clearly stated who last changed the program.
The program is renamed or
the version number is of the form x.y.z,
where x.y is the version of the original program
and z is an arbitrary suffix.
*/
#define BITMAPS_C
#include "bitmaps.h"
#define static
#include "icon.xbm"
#include "symbs.xbm"
#include "symbl.xbm"
#undef static
#include "cards.c"