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)
{
}