diff runtime/object.h @ 32:9ee9adc696e7

Merged changes
author Mike Pavone <pavone@retrodev.com>
date Mon, 28 Sep 2009 19:49:06 -0400
parents 914ad38f9b59
children df038cef648b
line wrap: on
line diff
--- a/runtime/object.h	Mon Sep 28 19:48:45 2009 -0400
+++ b/runtime/object.h	Mon Sep 28 19:49:06 2009 -0400
@@ -75,6 +75,7 @@
 returntype convert_from(uint32_t convertfrom, calldata * params);
 object * copy_object(object * tocopy);
 returntype coerce_value(uint32_t type, calldata * params);
+blueprint * get_blueprint_byid(uint32_t type);
 
 #define INITIAL_TYPE_STORAGE	32
 #define INITIAL_METHOD_LOOKUP	8