9 lines
192 B
C
9 lines
192 B
C
|
#ifndef HTML_H
|
||
|
#define HTML_H
|
||
|
|
||
|
#include "sheet.h"
|
||
|
|
||
|
const char *savehtml(Sheet *sheet, const char *name, int body, int x1, int y1, int z1, int x2, int y2, int z2, unsigned int *count);
|
||
|
|
||
|
#endif
|