diff options
author | KatolaZ <katolaz@freaknet.org> | 2021-09-27 12:36:27 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2021-09-27 12:36:27 +0100 |
commit | 46f92bb4c29351797740e7fc0f3518a29950dc2d (patch) | |
tree | 6a2bc39ba257d61b6328aa46d989a53ec753a960 /files.c | |
parent | 864ec4a6c5ef86273653af4eaab9315bd1b7bbca (diff) |
Diffstat (limited to 'files.c')
-rw-r--r-- | files.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ #include "gramscii.h" +/** extern declarations **/ + +extern lineset_t screen; /* what is visualised */ + +extern int WIDTH, HEIGHT; + +extern int force_new; +extern char modified; /* set to 1 if screen modified since last save */ +extern char fname[256]; + /*** File management ***/ void write_file(FILE *fc){ |