mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-07-17 13:29:30 +00:00
6 lines
76 B
Nim
6 lines
76 B
Nim
import ffi
|
|
|
|
type MpFixture = object
|
|
|
|
declareLibrary("mpfixture", MpFixture)
|