File: dpdf_table.h

package info (click to toggle)
powder 117-2
  • links: PTS
  • area: non-free
  • in suites: stretch
  • size: 10,576 kB
  • ctags: 3,545
  • sloc: cpp: 55,002; makefile: 541; sh: 258; objc: 245; ansic: 107; csh: 54
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];