diff ppe/tama.cc @ 25:ee4c488d48a3

add Puttama func.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Mon, 27 Dec 2010 02:35:06 +0900
parents
children ccb8d9956a1e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ppe/tama.cc	Mon Dec 27 02:35:06 2010 +0900
@@ -0,0 +1,10 @@
+#include "task_object.h"
+
+void
+Puttama(int type, float x, float y, TamaContainerPtr tama)
+{
+    tama->flag = true;
+    tama->type = type;
+    tama->x = x;
+    tama->y = y;
+}