comparison runtime/blueprint.h @ 63:04baa003de5a

Merged latest changes with better C branch
author Mike Pavone <pavone@retrodev.com>
date Wed, 05 May 2010 22:12:23 -0400
parents 3e20ed8959c4
children d4b44ae2e34a
comparison
equal deleted inserted replaced
62:b218af069da7 63:04baa003de5a
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)
11 FuncDef(BlueprintSP_Of)
12 int32_t _internal_blueprint_eq(object * left, object * right);
13 13
14 #endif //BLUEPRINT_H_ 14 #endif //BLUEPRINT_H_