Now working on the new SFML with better audio.
This commit is contained in:
parent
2d81f900be
commit
c47e688b0b
15 changed files with 189 additions and 169 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
void START(MyEvent ev) {
|
||||
void START(MyEvent) {
|
||||
println("<<< START");
|
||||
state(MyState::RUNNING);
|
||||
}
|
||||
|
@ -39,7 +39,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
void END(MyEvent ev) {
|
||||
void END(MyEvent) {
|
||||
println("<<< STOP");
|
||||
state(MyState::END);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue