view runtime/blueprint.h @ 50:689fb73e7612

Add support for various integer literals and add support for raw pointers to objects and raw pointers to arrays in the FFI
author Mike Pavone <pavone@retrodev.com>
date Fri, 16 Apr 2010 01:57:04 -0400
parents 3e20ed8959c4
children d4b44ae2e34a
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)
FuncDef(BlueprintSP_Of)
int32_t _internal_blueprint_eq(object * left, object * right);

#endif //BLUEPRINT_H_