Registers and loads a sound.
(String sample)
| 155 | * Registers and loads a sound. |
| 156 | */ |
| 157 | public static sfx_t RegisterSound(String sample) { |
| 158 | return impl.RegisterSound(sample); |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Called after all sounds are registered and loaded. |
no test coverage detected