view ppe/Bom.cc @ 70:cee55c8365e9 default tip

fix
author Kazuma
date Thu, 19 May 2016 18:52:26 +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;
}