File: dpdf_table.h

package info (click to toggle)
powder 106-1
  • links: PTS
  • area: non-free
  • in suites: lenny
  • size: 5,864 kB
  • ctags: 2,972
  • sloc: cpp: 49,543; makefile: 523; objc: 245; sh: 169; ansic: 107; csh: 49
file content (11 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
// dpdf_table.h
// Automagically generated by builddpdf
// DO NOT HAND EDIT.  Yes, this means you.

// Dimensions of table, these are inclusive.
#define DPDF_MAXSIDES 50
#define DPDF_MAXROLLS 5
#define DPDF_SCALE    256

// Since 0 and 1 are obvious for sides, hence the -1
extern const int glb_dpdftable[DPDF_MAXROLLS+1][DPDF_MAXSIDES-1];