9 lines
107 B
C
9 lines
107 B
C
#ifndef SC_H
|
|
#define SC_H
|
|
|
|
#include "sheet.h"
|
|
|
|
const char *loadsc(Sheet *sheet, const char *name);
|
|
|
|
#endif
|