Mercurial > touhou
comparison src/th06/enemy.rs @ 684:c8bb28961d31
ecl_vm: fixes for previous instructions
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Fri, 16 Aug 2019 23:53:03 +0200 |
parents | 8c50a7b19425 |
children | aefe5b5f481e |
comparison
equal
deleted
inserted
replaced
683:8c50a7b19425 | 684:c8bb28961d31 |
---|---|
49 | 49 |
50 #[derive(Debug, Clone)] | 50 #[derive(Debug, Clone)] |
51 struct Callback; | 51 struct Callback; |
52 | 52 |
53 #[derive(Debug, Clone)] | 53 #[derive(Debug, Clone)] |
54 struct Laser; | 54 /// XXX |
55 pub struct Laser { | |
56 /// XXX | |
57 pub placeholder: u32 | |
58 } | |
55 | 59 |
56 #[derive(Debug, Clone, Default)] | 60 #[derive(Debug, Clone, Default)] |
57 struct Process; | 61 struct Process; |
58 | 62 |
59 /// God struct of our game. | 63 /// God struct of our game. |