Started making object creation work
This commit is contained in:
parent
e8410e9464
commit
1e9dbd3018
7 changed files with 43 additions and 0 deletions
|
@ -28,4 +28,6 @@ struct Object_s {
|
|||
union ValueContent attributes[];
|
||||
};
|
||||
|
||||
size_t Object_AllocationSizeForType(ObjectType* otype);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue