prepare for eventual export
This commit is contained in:
parent
499af535da
commit
12236248dd
21 changed files with 137 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#include "safeReader.h"
|
||||
|
||||
struct DivPattern {
|
||||
short data[256][16];
|
||||
SafeReader* compile(int len=256, int fxRows=1);
|
||||
DivPattern();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue