From fb7ae1149a80a22c77014d0ece33f6f4b965b631 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 31 Mar 2019 14:34:40 +0800 Subject: *misc --- source/modules/asura-openal/sound.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 source/modules/asura-openal/sound.h (limited to 'source/modules/asura-openal/sound.h') diff --git a/source/modules/asura-openal/sound.h b/source/modules/asura-openal/sound.h deleted file mode 100644 index 2b0eab0..0000000 --- a/source/modules/asura-openal/sound.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef __ASURA_ENGINE_SOUND_H__ -#define __ASURA_ENGINE_SOUND_H__ - -#include - -namespace AsuraEngine -{ - namespace Audio - { - - /// - /// ÒôƵÎļþ - /// - class Sound ASURA_FINAL - : public AEScripting::Portable - { - public: - - Sound(); - ~Sound(); - - private: - - - - }; - - } -} - -#endif \ No newline at end of file -- cgit v1.1-26-g67d0