
useDynLib(Tinflex, .registration=TRUE, .fixes="C_")

importFrom("graphics", "lines", "plot")
importFrom("stats", "runif")

export(Tinflex.setup)
export(Tinflex.sample)

S3method(plot, Tinflex)
S3method(print, Tinflex)

