Missing function in header file
This commit is contained in:
parent
c2cd75a61c
commit
1be55612d4
1 changed files with 1 additions and 0 deletions
1
Ball.hpp
1
Ball.hpp
|
@ -27,6 +27,7 @@ class Ball {
|
|||
double v_x, v_y;
|
||||
void _compute_pos(double dt);
|
||||
void _compute_v_x();
|
||||
void _compute_v_y();
|
||||
void _compute_A_n();
|
||||
void _compute_B_n();
|
||||
void _compute_U_n();
|
||||
|
|
Loading…
Reference in a new issue