Subversion Repositories wimsdev

Rev

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

Rev 8158 Rev 8195
Line 27... Line 27...
27
#include <gdfonts.h>
27
#include <gdfonts.h>
28
#include <gdfontmb.h>
28
#include <gdfontmb.h>
29
#include <gdfontl.h>
29
#include <gdfontl.h>
30
#include <gdfontg.h>
30
#include <gdfontg.h>
31
 
31
 
32
#include "../config.h"
-
 
33
#include "../Lib/libwims.h"
32
#include "../Lib/libwims.h"
34
 
33
 
35
#define MAX_PARMS   8192
34
#define MAX_PARMS   8192
36
#define MAX_SIZE    4096
35
#define MAX_SIZE    4096
37
#define MAX_VARS    1024
36
#define MAX_VARS    1024
Line 81... Line 80...
81
 
80
 
82
 
81
 
83
/* from flylines.c */
82
/* from flylines.c */
84
char *find_name_start(char *p);
83
char *find_name_start(char *p);
85
char *find_name_end(char *p);
84
char *find_name_end(char *p);
86
void error(char *p);
85
void fly_error(char *p);
87
void scale(double dbuf[], int ibuf[], int cnt);
86
void scale(double dbuf[], int ibuf[], int cnt);
88
/* scale without displacement */
87
/* scale without displacement */
89
void scale2(double xin, double yin, double *xout, double *yout);
88
void scale2(double xin, double yin, double *xout, double *yout);
90
int widthcolor(int w, int color);
89
int widthcolor(int w, int color);
91
int getcolor(int r, int g, int b);
90
int getcolor(int r, int g, int b);