9 lines
137 B
C
9 lines
137 B
C
#include "sheet.h"
|
|
|
|
#ifndef _CONSOLE_H_
|
|
#define _CONSOLE_H_
|
|
|
|
int cons_newline(int cursor_y, struct Sheet *sheet);
|
|
|
|
#endif // _CONSOLE_H_
|