diff runtime/blueprint.h @ 83:27bb051d631c

Initial implementation of Dictionary
author Mike Pavone <pavone@retrodev.com>
date Tue, 27 Jul 2010 23:33:31 -0400
parents d4b44ae2e34a
children 3c4325e6298f
line wrap: on
line diff
--- a/runtime/blueprint.h	Tue Jul 27 15:23:32 2010 -0400
+++ b/runtime/blueprint.h	Tue Jul 27 23:33:31 2010 -0400
@@ -18,4 +18,8 @@
 	blueprint * bp;
 } lt_BlueprintSP_Of;
 
+typedef struct {
+	object * id;
+} lt_ID;
+
 #endif //BLUEPRINT_H_