view runtime/blueprint.h @ 45:6420c35edb43

Fixed Linux makefile
author Mike Pavone <pavone@retrodev.com>
date Mon, 30 Nov 2009 23:47:08 -0500
parents aabda74c7a88
children 3e20ed8959c4
line wrap: on
line source

#ifndef BLUEPRINT_H_
#define BLUEPRINT_H_

#include "object.h"
#include "func.h"

Box(blueprint *,bp,Blueprint)

object * make_Blueprint(int32_t type_id);
FuncDef(Build)

#endif //BLUEPRINT_H_