X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=retrocrawl;a=blobdiff_plain;f=src%2Fdata.h;fp=src%2Fdata.h;h=7cb952a3051e5ae86840162dd4c9c901f5393d8f;hp=0000000000000000000000000000000000000000;hb=87c45ef8c82a3925719cbf2024e5932208b244ce;hpb=bba694e9bc50fb24ffe4b3c8f7b5d33f01b3ea4d diff --git a/src/data.h b/src/data.h new file mode 100644 index 0000000..7cb952a --- /dev/null +++ b/src/data.h @@ -0,0 +1,7 @@ +#ifndef DATA_H_ +#define DATA_H_ + +extern unsigned char test_tile[]; +extern unsigned char test_tile_mask[]; + +#endif /* DATA_H_ */