comparison runtime/blueprint.h @ 39:3d92bc1352c2

forgot a couple of files
author Mike Pavone <pavone@retrodev.com>
date Thu, 08 Oct 2009 00:37:24 -0400
parents
children aabda74c7a88
comparison
equal deleted inserted replaced
38:7f05bbe82f24 39:3d92bc1352c2
1 #ifndef BLUEPRINT_H_
2 #define BLUEPRINT_H_
3
4 #include "object.h"
5 #include "func.h"
6
7 OBegin
8 blueprint * bp;
9 Object(Blueprint)
10
11 object * make_Blueprint(int32_t type_id);
12 FuncDef(Build)
13
14 #endif //BLUEPRINT_H_