Go to the source code of this file.
|
| void | boom (Environment *_environment, int _duration, int _channels) |
| | Emit ASM code for BOOM ....
|
| void | boom_var (Environment *_environment, char *_duration, char *_channels) |
| | Emit ASM code for BOOM ....
|
◆ boom()
| void boom |
( |
Environment * | _environment, |
|
|
int | _duration, |
|
|
int | _channels ) |
Emit ASM code for BOOM ....
This function emits a code capable of play a explosion-like sound.
- Parameters
-
| _environment | Current calling environment |
| _channels | channels to play on |
Definition at line 53 of file boom.c.
◆ boom_var()
| void boom_var |
( |
Environment * | _environment, |
|
|
char * | _duration, |
|
|
char * | _channels ) |
Emit ASM code for BOOM ....
This function emits a code capable of play a explosion-like sound.
- Parameters
-
| _environment | Current calling environment |
| _channels | channels to play on |
Definition at line 82 of file boom.c.