Subversion Repositories wimsdev

Rev

Rev 8177 | Rev 8195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8177 Rev 8185
Line 14... Line 14...
14
 *  along with this program; if not, write to the Free Software
14
 *  along with this program; if not, write to the Free Software
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
 */
16
 */
17
 
17
 
18
#include "libwims.h"
18
#include "libwims.h"
19
 
-
 
20
/*
-
 
21
#include "mt19937ar.c"
-
 
22
#include "errors.c"
-
 
23
#include "liblines.c"
-
 
24
#include "evalue.c"
-
 
25
#include "math.c"
-
 
26
#include "dir.c"
-
 
27
#include "text.c"
-
 
28
 
-
 
29
#include "levelcurve.c"
-
 
30
*/
-
 
31
 
19
 
32
void (*string_modify)(char *start, char *bad_beg, char *bad_end, char *good,...)=string_modify1;
20
void (*string_modify)(char *start, char *bad_beg, char *bad_end, char *good,...)=string_modify1;
33
 
21
 
34
char *fnd_position;
22
char *fnd_position;
35
char *fnd_nextpos;
23
char *fnd_nextpos;