8 lines
101 B
C
8 lines
101 B
C
|
#ifndef _FSEDIT_H
|
||
|
#define _FSEDIT_H
|
||
|
|
||
|
int Fs_Edit(void); /* The fullscreen message editor */
|
||
|
|
||
|
#endif
|
||
|
|