From 2add73bb54ce9376ffcd44ffd929049d3c430628 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 28 May 2018 23:47:52 +0800 Subject: =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=9F=B3=E9=A2=91=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/audio/sdl/source.cpp | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src/libjin/audio/sdl/source.cpp') diff --git a/src/libjin/audio/sdl/source.cpp b/src/libjin/audio/sdl/source.cpp index 69c0670..2bb63f5 100644 --- a/src/libjin/audio/sdl/source.cpp +++ b/src/libjin/audio/sdl/source.cpp @@ -17,17 +17,16 @@ namespace audio { typedef enum Action { - Nothing = 0, // - Play, // ´ÓÍ·¿ªÊ¼ - Stop, // Í£Ö¹ - Pause, // - Resume, // - Rewind, // - SetVolume, // - SetLoop, // - SetRate, // + Nothing = 0, + Play, + Stop, + Pause, + Resume, + Rewind, + SetVolume, + SetLoop, + SetRate, }; - Action action; union { int _integer; -- cgit v1.1-26-g67d0