1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-12-07 04:51:00 +01:00

control v1.

This commit is contained in:
oz 2020-12-19 17:49:31 +03:00
parent 12066963f0
commit a6425b54f3
8 changed files with 916 additions and 16 deletions

View file

@ -99,16 +99,11 @@ void TPinballComponent::port_draw()
{
}
void TPinballComponent::put_scoring(int score1, int score2)
void TPinballComponent::put_scoring(int scoreId, int value)
{
}
int TPinballComponent::get_scoring(int score1)
{
return 0;
}
void TPinballComponent::control_handler(int code, TPinballComponent* cmp)
{
}