aboutsummaryrefslogtreecommitdiff
path: root/src/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio')
-rw-r--r--src/audio/audio.cpp11
-rw-r--r--src/audio/audio.h15
2 files changed, 0 insertions, 26 deletions
diff --git a/src/audio/audio.cpp b/src/audio/audio.cpp
deleted file mode 100644
index 88fe52b..0000000
--- a/src/audio/audio.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "audio.h"
-
-namespace jin
-{
-namespace audio
-{
-
-
-
-}
-} \ No newline at end of file
diff --git a/src/audio/audio.h b/src/audio/audio.h
deleted file mode 100644
index 652e7a8..0000000
--- a/src/audio/audio.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __JIN_AUDIO_H
-#define __JIN_AUDIO_H
-
-
-namespace jin
-{
-namespace audio
-{
-
-
-
-}
-}
-
-#endif \ No newline at end of file