mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
b99a72e876
call obj_find_message with super instead of class when doing a super lookup client_menu.[ch]: use the InputLine object instead of directly using the api InputLine.r: builint functions are = #0, not = 0 :P function.[ch]: provide copy_params method.[ch] provide copy_keywordargs expr.c: call inc_users for the parm temp if it's a bind expression revers a copy of the selector when building the selector name so the selector doesn't get mangled qc-parse.y: catch erronous func = const inintializers (should be func = #const)
8 lines
113 B
C
8 lines
113 B
C
#ifndef __client_menu_h
|
|
#define __client_menu_h
|
|
|
|
#include "InputLine.h"
|
|
|
|
@extern InputLine input_active;
|
|
|
|
#endif
|