2015-04-21 04:12:00 +00:00
|
|
|
/*
|
|
|
|
WARNING: THIS FILE IS GENERATED BY 'generatebuiltin.c'.
|
|
|
|
YOU SHOULD NOT EDIT THIS FILE BY HAND
|
|
|
|
*/
|
|
|
|
|
2004-08-23 00:15:46 +00:00
|
|
|
extern char *particle_set_spikeset;
|
2015-04-21 04:12:00 +00:00
|
|
|
#define R_PARTSET_BUILTINS_spikeset {"spikeset", &particle_set_spikeset},
|
2004-08-23 00:15:46 +00:00
|
|
|
extern char *particle_set_faithful;
|
2015-04-21 04:12:00 +00:00
|
|
|
#define R_PARTSET_BUILTINS_faithful {"faithful", &particle_set_faithful},
|
2010-08-28 17:14:38 +00:00
|
|
|
extern char *particle_set_highfps;
|
2015-04-21 04:12:00 +00:00
|
|
|
#define R_PARTSET_BUILTINS_highfps {"highfps", &particle_set_highfps},
|
2011-12-05 15:23:40 +00:00
|
|
|
extern char *particle_set_high;
|
2015-04-21 04:12:00 +00:00
|
|
|
#define R_PARTSET_BUILTINS_high {"high", &particle_set_high},
|
2005-10-09 22:06:52 +00:00
|
|
|
extern char *particle_set_minimal;
|
2015-04-21 04:12:00 +00:00
|
|
|
#define R_PARTSET_BUILTINS_minimal {"minimal", &particle_set_minimal},
|
|
|
|
#ifdef HEXEN2
|
2010-08-28 17:14:38 +00:00
|
|
|
extern char *particle_set_h2part;
|
2015-04-21 04:12:00 +00:00
|
|
|
#define R_PARTSET_BUILTINS_h2part {"h2part", &particle_set_h2part},
|
|
|
|
#else
|
|
|
|
#define R_PARTSET_BUILTINS_h2part
|
|
|
|
#endif
|
|
|
|
#ifdef Q2CLIENT
|
2014-05-10 13:42:13 +00:00
|
|
|
extern char *particle_set_q2part;
|
2015-04-21 04:12:00 +00:00
|
|
|
#define R_PARTSET_BUILTINS_q2part {"q2part", &particle_set_q2part},
|
|
|
|
#else
|
|
|
|
#define R_PARTSET_BUILTINS_q2part
|
|
|
|
#endif
|
2006-05-07 01:49:06 +00:00
|
|
|
extern char *particle_set_tsshaft;
|
2015-04-21 04:12:00 +00:00
|
|
|
#define R_PARTSET_BUILTINS_tsshaft {"tsshaft", &particle_set_tsshaft},
|
|
|
|
#define R_PARTSET_BUILTINS R_PARTSET_BUILTINS_spikeset R_PARTSET_BUILTINS_faithful R_PARTSET_BUILTINS_highfps R_PARTSET_BUILTINS_high R_PARTSET_BUILTINS_minimal R_PARTSET_BUILTINS_h2part R_PARTSET_BUILTINS_q2part R_PARTSET_BUILTINS_tsshaft
|