view spe/Bom.cc @ 65:b97628fca317

int -> long. not move on ABIBIT=64.
author tkaito
date Thu, 17 Feb 2011 04:49:47 +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;
}