view spe/Bom.cc @ 64:07bc996c8e49

fix t_dandy on ps3.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 11 Feb 2011 18:20:30 +0900
parents cfd42ee2ad28
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;
}