restructuring module
This commit is contained in:
12
main.rkt
12
main.rkt
@@ -1,12 +1,12 @@
|
||||
#lang racket/base
|
||||
|
||||
(require "libao/libao.rkt"
|
||||
"libflac/flac-decoder.rkt"
|
||||
"libtag/taglib.rkt"
|
||||
(require "libao.rkt"
|
||||
"flac-decoder.rkt"
|
||||
"taglib.rkt"
|
||||
)
|
||||
|
||||
(provide (all-from-out "libao/libao.rkt")
|
||||
(all-from-out "libflac/flac-decoder.rkt")
|
||||
(all-from-out "libtag/taglib.rkt")
|
||||
(provide (all-from-out "libao.rkt")
|
||||
(all-from-out "flac-decoder.rkt")
|
||||
(all-from-out "taglib.rkt")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user