diff --git a/client/build.gradle b/client/build.gradle index 20613ff..b59e978 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -23,6 +23,7 @@ dependencies { implementation(project(":shared")) implementation name: "jinput-1.0.0-b01" + implementation name: "jorbis-0.0.17" implementation name: "org/lwjgl/lwjgl/lwjgl/2.9.0/lwjgl-2.9.0" implementation name: "org/lwjgl/lwjgl/lwjgl_util/2.9.0/lwjgl_util-2.9.0" implementation name: "paulscode" diff --git a/libs/jorbis-0.0.17.jar b/libs/jorbis-0.0.17.jar new file mode 100644 index 0000000..e58a6aa Binary files /dev/null and b/libs/jorbis-0.0.17.jar differ