1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2026-08-16 15:00:07 +02:00

Cleaning up maths: part 2.

Renamed vector2.
This commit is contained in:
Muzychenko Andrey 2022-05-11 16:47:13 +03:00
commit 2d0da712e3
55 changed files with 127 additions and 131 deletions

View file

@ -10,7 +10,7 @@ public:
TRollover(TPinballTable* table, int groupIndex);
~TRollover() override = default;
int Message(int code, float value) override;
void Collision(TBall* ball, vector_type* nextPosition, vector_type* direction, float coef,
void Collision(TBall* ball, vector2* nextPosition, vector2* direction, float coef,
TEdgeSegment* edge) override;
void put_scoring(int index, int score) override;
int get_scoring(int index) override;