Example usage for com.badlogic.gdx.audio Sound interface-usage

List of usage examples for com.badlogic.gdx.audio Sound interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.audio Sound interface-usage.

Usage

From source file com.forerunnergames.peril.client.ui.sound.NullSound.java

public final class NullSound implements Sound {
    @Override
    public long play() {
        return 0;
    }