mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
9 lines
336 B
C
9 lines
336 B
C
float parse_float (const char *str);
|
|
void parse_color (const char *str, vec3_t color);
|
|
float parse_light (const char *str, vec3_t color);
|
|
int parse_attenuation (const char *arg);
|
|
int parse_noise (const char *arg);
|
|
struct plitem_s;
|
|
void set_properties (entity_t *ent, struct plitem_s *dict);
|
|
|
|
void LoadProperties (const char *filename);
|