Mercurial > repos > rhope
diff runtime/blueprint.h @ 60:b2a95ab818d3
merge
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 08 Oct 2009 22:54:39 -0400 |
parents | 3d92bc1352c2 |
children | aabda74c7a88 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/runtime/blueprint.h Thu Oct 08 22:54:39 2009 -0400 @@ -0,0 +1,14 @@ +#ifndef BLUEPRINT_H_ +#define BLUEPRINT_H_ + +#include "object.h" +#include "func.h" + +OBegin + blueprint * bp; +Object(Blueprint) + +object * make_Blueprint(int32_t type_id); +FuncDef(Build) + +#endif //BLUEPRINT_H_