forked from dm3jan/xskat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnull.h
More file actions
34 lines (27 loc) · 907 Bytes
/
Copy pathnull.h
File metadata and controls
34 lines (27 loc) · 907 Bytes
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
/*
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.
*/
#ifndef NULL_H
#define NULL_H
#undef EXTERN
#ifdef NULL_C
#define EXTERN
#else
#define EXTERN extern
#endif
EXTERN int wirftabfb[4],hattefb[4],aussplfb[4],nochinfb[4];
EXTERN int naussplfb[3];
#endif /* NULL_H */