9 lines
110 B
C
9 lines
110 B
C
#ifndef WK1_H
|
|
#define WK1_H
|
|
|
|
#include "sheet.h"
|
|
|
|
const char *loadwk1(Sheet *sheet, const char *name);
|
|
|
|
#endif
|