]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/collision-reg.hh
release: 0.0.71pre
[lilypond.git] / lily / include / collision-reg.hh
1 /*
2   collision-reg.hh -- declare Collision_register
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef COLLISION_REG_HH
11 #define COLLISION_REG_HH
12
13 #include "register.hh"
14
15 class Collision_register : public Request_register {
16     Collision* col_p_;
17
18 protected:
19     virtual void acknowledge_element(Score_elem_info);
20     virtual void do_pre_move_processing();
21 public:
22     Collision_register();
23     NAME_MEMBERS();
24 };
25 #endif // COLLISION_REG_HH