diff runtime/object.h @ 30:914ad38f9b59

Compiler now works for some simple programs
author Mike Pavone <pavone@retrodev.com>
date Mon, 28 Sep 2009 19:42:33 -0400
parents 31f8182f3433
children df038cef648b
line wrap: on
line diff
--- a/runtime/object.h	Sat Jun 27 01:50:33 2009 -0400
+++ b/runtime/object.h	Mon Sep 28 19:42:33 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