removed clang-format and clang_complete files from the repo
[dosdemo] / src / music.h
diff --git a/src/music.h b/src/music.h
deleted file mode 100644 (file)
index 9d9cb01..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef MUSIC_H_
-#define MUSIC_H_
-
-int music_open(const char *fname);
-void music_close(void);
-void music_play(void);
-void music_update(void);
-
-#endif /* MUSIC_H_ */