view ppe/Bom.cc @ 61:e66cab264350

RenderingEngine Task is worked on spe, task_dandy Task is worked on ppe
author yutaka@localhost.localdomain
date Sun, 06 Feb 2011 18:11:30 +0900
parents 6989f8cb0259
children
line wrap: on
line source

#include "task_object.h"
#include "../ObjectType.h"

void
Bom(int x, int y, ObjDataPtr obj)
{
    obj->type = Boms;
    obj->x = x;
    obj->y = y;

    return;
}