view runtime/blueprint.h @ 44:a7c79ac22efc

Beginning of basic type inference
author Mike Pavone <pavone@retrodev.com>
date Sat, 31 Oct 2009 21:28:28 -0400
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_