prepare for eventual export

This commit is contained in:
tildearrow 2022-01-16 23:21:27 -05:00
parent 499af535da
commit 12236248dd
21 changed files with 137 additions and 3 deletions

View file

@ -1,5 +1,8 @@
#include "safeReader.h"
struct DivPattern {
short data[256][16];
SafeReader* compile(int len=256, int fxRows=1);
DivPattern();
};