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