mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
[ruamoko] Implement -describe for Set
Being able to use printf directly is nice :)
This commit is contained in:
parent
8d4602ec61
commit
5f75616655
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,11 @@ string set_as_string (set_t *set) = #0;
|
||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (string) describe
|
||||||
|
{
|
||||||
|
return set_as_string (set);
|
||||||
|
}
|
||||||
|
|
||||||
- (Set *) add: (unsigned) x = #0;
|
- (Set *) add: (unsigned) x = #0;
|
||||||
- (Set *) remove: (unsigned) x = #0;
|
- (Set *) remove: (unsigned) x = #0;
|
||||||
- (Set *) invert = #0;
|
- (Set *) invert = #0;
|
||||||
|
|
Loading…
Reference in a new issue