diff Renderer/Engine/spe/InitKey.cc @ 507:735f76483bb2

Reorganization..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 09:39:35 +0900
parents
children 496a8159e840
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Renderer/Engine/spe/InitKey.cc	Mon Oct 12 09:39:35 2009 +0900
@@ -0,0 +1,17 @@
+#include <stdlib.h>
+#include <string.h>
+#include "InitKey.h"
+#include "Func.h"
+#include "global_alloc.h"
+#include "KeyStat.h"
+
+SchedDefineTask(InitKey);
+
+static int
+run(SchedTask *smanager, void *rbuf , void *wbuf)
+{
+    
+    /*void *key = */ smanager->global_alloc(KEY_STATUS, sizeof(key_stat));
+    
+    return 0;
+}