Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/KeyStat.h @ 845:1e3b67117ad9
light bug fix.
author | Yutaka_Kinjyo |
---|---|
date | Thu, 03 Jun 2010 02:55:29 +0900 |
parents | 496a8159e840 |
children |
line wrap: on
line source
#ifndef INCLUDED_KEY_STATUS #define INCLUDED_KEY_STATUS // 可変長の構造体にする。 // int で1つ送り bit field でやると struct key_stat { int length; int right; int left; int up; int down; int circle; unsigned char data[0]; }; #endif