diff runtime/blueprint.h @ 163:9fab36cc706b

Add Raw Size method to blueprint to allow code to query the raw size of a type in bytes
author Mike Pavone <pavone@retrodev.com>
date Sun, 09 Jan 2011 23:03:30 -0500
parents 3c4325e6298f
children ba35ab624ec2
line wrap: on
line diff
--- a/runtime/blueprint.h	Sun Jan 09 22:51:10 2011 -0500
+++ b/runtime/blueprint.h	Sun Jan 09 23:03:30 2011 -0500
@@ -9,6 +9,7 @@
 object * make_Blueprint(int32_t type_id);
 
 int32_t _internal_blueprint_eq(object * left, object * right);
+int32_t _internal_blueprint_rawsize(object * bp);
 
 typedef struct {
 	blueprint * bp;