mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-12-07 04:51:00 +01:00
control v1.
This commit is contained in:
parent
12066963f0
commit
a6425b54f3
8 changed files with 916 additions and 16 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue