blob: a24e3a11bf7abdec7f384a714ee5bd751e6e3c24 (
plain)
1
2
3
4
5
6
7
8
9
10
|
; Floor.def : Declares the module parameters for the DLL.
LIBRARY "Floor"
DESCRIPTION 'Floor Windows Dynamic Link Library'
EXPORTS
ConstructProgramPlugin
ConstructTemplatePlugin
DestructProgramPlugin
GetAttr
|