diff runtime/object.h @ 87:3c4325e6298f

Add First@Dictionary (need to find mem man bug)
author Mike Pavone <pavone@retrodev.com>
date Fri, 30 Jul 2010 01:48:59 -0400
parents c40c3d399133
children 5a195ee08eac
line wrap: on
line diff
--- a/runtime/object.h	Tue Jul 27 23:33:31 2010 -0400
+++ b/runtime/object.h	Fri Jul 30 01:48:59 2010 -0400
@@ -83,6 +83,9 @@
 returntype coerce_value(uint32_t type, calldata * params);
 blueprint * get_blueprint_byid(uint32_t type);
 
+extern blueprint ** registered_types;
+extern uint32_t max_registered_type;
+
 #define INITIAL_TYPE_STORAGE	32
 #define INITIAL_METHOD_LOOKUP	8
 #define BELOW_INITIAL_METHOD	3