comparison runtime/blueprint.h @ 42:aabda74c7a88

Fields can now be defined to have naked primitive types
author Mike Pavone <pavone@retrodev.com>
date Tue, 13 Oct 2009 00:07:34 -0400
parents 3d92bc1352c2
children 3e20ed8959c4
comparison
equal deleted inserted replaced
41:1b86a1ee500a 42:aabda74c7a88
2 #define BLUEPRINT_H_ 2 #define BLUEPRINT_H_
3 3
4 #include "object.h" 4 #include "object.h"
5 #include "func.h" 5 #include "func.h"
6 6
7 OBegin 7 Box(blueprint *,bp,Blueprint)
8 blueprint * bp;
9 Object(Blueprint)
10 8
11 object * make_Blueprint(int32_t type_id); 9 object * make_Blueprint(int32_t type_id);
12 FuncDef(Build) 10 FuncDef(Build)
13 11
14 #endif //BLUEPRINT_H_ 12 #endif //BLUEPRINT_H_