ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/bitmaps/mark.bm
Revision: 1.2
Committed: Sun Aug 13 17:16:01 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

File Contents

# Content
1 #define mark_width 16
2 #define mark_height 16
3 static char mark_bits[] = {
4 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0c, 0xf8, 0x0d, 0xf8, 0x16, 0xf8, 0x16,
5 0xf8, 0x16, 0xf8, 0x16, 0x76, 0x1b, 0x6c, 0x1b, 0x58, 0x1b, 0xb0, 0x1b,
6 0xe8, 0x1d, 0xc0, 0x01, 0x80, 0x00, 0x00, 0x00};