10 lines
215 B
Modula-2
10 lines
215 B
Modula-2
; VRSdkSampleBlend.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "VRSdkSampleBlend"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
CKGetPluginInfo
|
|
CKGetPluginInfoCount
|
|
RegisterBehaviorDeclarations
|