diff options
Diffstat (limited to '68020/include/lbp.h')
-rw-r--r-- | 68020/include/lbp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/68020/include/lbp.h b/68020/include/lbp.h new file mode 100644 index 000000000..139e45476 --- /dev/null +++ b/68020/include/lbp.h @@ -0,0 +1,3 @@ +typedef struct Lbpconf { + int nhblank, nvblank, xmax, ymax, res; +} Lbpconf; |