projects
/
xboard.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add variant Spartan Chess
[xboard.git]
/
pixmaps
/
test.c
1
#define NULL 0
\r
2
#define BlackPawn 22
\r
3
#include "pixmaps.h"
\r
4
\r
5
/*
\r
6
* This is a program that you can compile to test if the include tree
\r
7
* of bitmaps is complete, and if all the bitmaps are without syntax errors
\r
8
*/
\r
9
\r
10
main()
\r
11
{
\r
12
printf("Hi\n");
\r
13
}
\r