mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-04 06:30:06 +00:00
renamed metaobjects to protoobjects
This commit is contained in:
@@ -40,7 +40,7 @@ typedef struct CObjObject {
|
||||
CommonHeader; // "is a" CObj
|
||||
CTable tbl;
|
||||
void *user; // userdata (NULL by default)
|
||||
struct CObjObject *meta; // metaobject, describes the behavior of the object
|
||||
struct CObjObject *proto; // protoobject, describes the behavior of the object
|
||||
} CObjObject;
|
||||
|
||||
typedef struct CObjFunction {
|
||||
|
||||
Reference in New Issue
Block a user