dcc stub
This commit is contained in:
parent
cfb72ee80c
commit
6da539496d
10
formats/dcc/dcc.go
Normal file
10
formats/dcc/dcc.go
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
package dcc
|
||||||
|
|
||||||
|
import "io"
|
||||||
|
|
||||||
|
type DccSprite struct {
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewFromReader(reader io.ReadSeeker) (*DccSprite, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user