quakeforge/tools/qfcc/include
Bill Currie c3f41e3e69 new opcode: state.f. same as state, but takes a 3rd float operand to
specify the step for calculating nextthink. accessed using
[frame, think, step] (state is [frame, think])
2004-02-11 01:43:33 +00:00
..
.gitignore
class.h
cpp.h
debug.h
def.h correct pr_symtab_t to include the pointer to the array of selectors used 2003-08-23 06:15:19 +00:00
emit.h correct pr_symtab_t to include the pointer to the array of selectors used 2003-08-23 06:15:19 +00:00
expr.h new opcode: state.f. same as state, but takes a 3rd float operand to 2004-02-11 01:43:33 +00:00
function.h C style functions can now (optionally) be used (void foo ();) 2004-02-11 00:36:34 +00:00
idstuff.h
immediate.h
linker.h
Makefile.am and another one 2004-02-03 03:38:51 +00:00
method.h that made a royal mess :( 2004-02-04 04:49:46 +00:00
obj_file.h correct pr_symtab_t to include the pointer to the array of selectors used 2003-08-23 06:15:19 +00:00
opcodes.h new opcode: state.f. same as state, but takes a 3rd float operand to 2004-02-11 01:43:33 +00:00
options.h short circuit logic can now be controlled (see man page) 2003-10-22 08:27:38 +00:00
qfcc.h
qfprogs.h move qfprogs in with qfcc (it's going to need to share code) 2004-01-28 05:23:43 +00:00
reloc.h fix a couple struct forward ref issues 2004-01-30 07:16:48 +00:00
strpool.h
struct.h
switch.h
type.h