mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
d'oh
This commit is contained in:
parent
556a6eae8f
commit
be6a7ae715
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ struct struct_field_s *class_find_ivar (class_t *class, int protected,
|
|||
struct expr_s *class_ivar_expr (class_type_t *class_type, const char *name);
|
||||
struct method_s *class_find_method (class_type_t *class_type,
|
||||
struct method_s *method);
|
||||
struct method_s *class_message_response (class_t *class, struct expr_s *sel);
|
||||
struct method_s *class_message_response (class_t *class, int class_msg,
|
||||
struct expr_s *sel);
|
||||
struct def_s *class_pointer_def (class_t *class_type);
|
||||
category_t *get_category (const char *class_name, const char *category_name,
|
||||
int create);
|
||||
|
|
Loading…
Reference in a new issue