File: scoresave.h

package info (click to toggle)
trn4 4.0-test77-18
  • links: PTS, VCS
  • area: non-free
  • in suites: sid, trixie
  • size: 4,016 kB
  • sloc: ansic: 48,332; sh: 6,795; tcl: 1,696; yacc: 662; perl: 108; makefile: 26
file content (19 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* This file Copyright 1993 by Clifford A. Adams */
/* scoresave.h
 *
 */

EXT long sc_save_new INIT(0);	/* new articles (unloaded) */

EXT int sc_loaded_count INIT(0);	/* how many articles were loaded? */

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

void sc_sv_add _((char*));
void sc_sv_delgroup _((char*));
void sc_sv_getfile _((void));
void sc_sv_savefile _((void));
ART_NUM sc_sv_use_line _((char*,ART_NUM));
ART_NUM sc_sv_make_line _((ART_NUM));
void sc_load_scores _((void));
void sc_save_scores _((void));