comparison runtime/blueprint.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 27bb051d631c
children 9fab36cc706b
comparison
equal deleted inserted replaced
83:27bb051d631c 87:3c4325e6298f
20 20
21 typedef struct { 21 typedef struct {
22 object * id; 22 object * id;
23 } lt_ID; 23 } lt_ID;
24 24
25 typedef struct {
26 uint32_t type;
27 } lt_BlueprintSP_FromSP_ID;
28
25 #endif //BLUEPRINT_H_ 29 #endif //BLUEPRINT_H_