Mercurial > hg > Game > S_Dandy
view src/Property.h @ 4:bb2fbe78c7cd
moving title scene.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 07 Dec 2010 18:37:43 +0900 |
parents | deb7e09824a4 |
children |
line wrap: on
line source
typedef struct Property { int no; int x; int y; BOOL extend; long rotate; float scalex; float scaley; short dx; short dy; short w; short h; short mx; short my; } Property, *PropertyPtr;