it's "dealloc", not "free" (missed name changes from a while back)

This is an imperfect revision of history.
This commit is contained in:
Bill Currie 2004-11-11 01:31:00 +00:00 committed by Jeff Teunissen
parent 64cc8c60d2
commit 7b4edb2859
2 changed files with 1 additions and 3 deletions

View file

@ -32,17 +32,16 @@
#define __ruamoko_Entity_h
#include "Object.h"
#include "entities.h"
@interface Entity: Object
{
@public
entity ent;
integer own;
}
- (id) init;
- (id) initWithEntity: (entity) e;
- (void) free;
- (entity) ent;

View file

@ -10,7 +10,6 @@
struct list_bucket_s [][] tail;
}
- (id) init;
- (void) free;
- (id) getItemAt: (integer) index;
- (id) head;
- (id) tail;