view runtime/blueprint.h @ 41:1b86a1ee500a

Added faster allocator for small objects
author Mike Pavone <pavone@retrodev.com>
date Sat, 10 Oct 2009 16:40:50 -0400
parents 3d92bc1352c2
children aabda74c7a88
line wrap: on
line source

#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_