diff options
| author | 2019-11-02 22:54:21 -0400 | |
|---|---|---|
| committer | 2019-11-02 22:54:21 -0400 | |
| commit | f46c764dc09c710867580f3ca3906a2af83dc886 (patch) | |
| tree | a23926f4d08beae460547193da44194702a75da0 /test | |
| parent | 8d7cfce7064ea240e18c65119978cfa3b3c6998a (diff) | |
| download | cetris-f46c764dc09c710867580f3ca3906a2af83dc886.tar.gz cetris-f46c764dc09c710867580f3ca3906a2af83dc886.tar.bz2 cetris-f46c764dc09c710867580f3ca3906a2af83dc886.zip | |
add tspin audio
Diffstat (limited to 'test')
| -rwxr-xr-x | test/line_count.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/line_count.sh b/test/line_count.sh index 4d72d46..6cdde39 100755 --- a/test/line_count.sh +++ b/test/line_count.sh @@ -2,4 +2,5 @@ wc frontends/curses/curses_ui.c frontends/curses/meson.build \ frontends/sdl/cetris_sdl.c frontends/sdl/cetris_sdl.h frontends/gl/drawable.c frontends/gl/drawable.h \ frontends/gl/skin.c frontends/gl/skin.h frontends/gl/main.c frontends/gl/shader.c frontends/gl/shader.h \ - frontends/gl/ui.c frontends/gl/ui.h frontends/gl/meson.build lib/* + frontends/gl/ui.c frontends/gl/ui.h frontends/gl/audio.c frontends/gl/audio.c frontends/gl/events.c \ + frontends/gl/events.h frontends/gl/meson.build lib/* |