Mercurial > hg > Game > S_Dandy
annotate src/move.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 |
rev | line source |
---|---|
3
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
1 #ifndef _MOVE_H_ |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
2 #define _MOVE_H_ |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
3 |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
4 extern void asteroid(int tekino); |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
5 extern void charpatern(); |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
6 extern void bosguage(); |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
7 extern void Move(); |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
8 |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
9 extern int fastebos; |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
10 extern void cgcg(int p); |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
11 extern void charpatern(); |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
12 |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
13 extern int enemyfaste; |
deb7e09824a4
add 'src' directory and 'xml' directory.
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
14 #endif //_MOVE_H_ |