File: undo.vbm

package info (click to toggle)
v1 1.20-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 6,240 kB
  • ctags: 9,439
  • sloc: cpp: 48,033; ansic: 8,939; makefile: 1,369; sh: 30
file content (10 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
//vbm1
#define undo_depth 1
#define undo_width 20
#define undo_height 20
static unsigned char undo_bits[] = {
 0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x1e,0xf0,
 0x00,0x7f,0xf0,0x80,0x73,0xf0,0xc4,0xe1,0xf0,0xec,0xc0,0xf1,0x7c,0x80,0xf1,
 0x3c,0x80,0xf1,0x7c,0x00,0xf0,0xfc,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,
 0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x00,0xf0
 };