comparison 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
comparison
equal deleted inserted replaced
82:2e2e55fc12f9 83:27bb051d631c
16 16
17 typedef struct { 17 typedef struct {
18 blueprint * bp; 18 blueprint * bp;
19 } lt_BlueprintSP_Of; 19 } lt_BlueprintSP_Of;
20 20
21 typedef struct {
22 object * id;
23 } lt_ID;
24
21 #endif //BLUEPRINT_H_ 25 #endif //BLUEPRINT_H_