Mercurial > touhou
comparison pytouhou/game/game.pyx @ 547:e35bef07290d
Always import runners from pytouhou.vm, to allow their replacement.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 08 Nov 2013 18:47:00 +0100 |
parents | bcff39c920ab |
children | 94229756abd9 |
comparison
equal
deleted
inserted
replaced
546:94dd9862c470 | 547:e35bef07290d |
---|---|
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 ## GNU General Public License for more details. | 12 ## GNU General Public License for more details. |
13 ## | 13 ## |
14 | 14 |
15 from pytouhou.vm.msgrunner import MSGRunner | 15 from pytouhou.vm import MSGRunner |
16 | 16 |
17 from pytouhou.game.element cimport Element | 17 from pytouhou.game.element cimport Element |
18 from pytouhou.game.bullet cimport Bullet, LAUNCHED, CANCELLED | 18 from pytouhou.game.bullet cimport Bullet, LAUNCHED, CANCELLED |
19 from pytouhou.game.enemy cimport Enemy | 19 from pytouhou.game.enemy cimport Enemy |
20 from pytouhou.game.item cimport Item | 20 from pytouhou.game.item cimport Item |