diff options
Diffstat (limited to 'o3d/plugin/win/o3dPlugin.def')
-rw-r--r-- | o3d/plugin/win/o3dPlugin.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/o3d/plugin/win/o3dPlugin.def b/o3d/plugin/win/o3dPlugin.def new file mode 100644 index 0000000..9685d16 --- /dev/null +++ b/o3d/plugin/win/o3dPlugin.def @@ -0,0 +1,6 @@ +LIBRARY npo3dautoplugin + +EXPORTS + NP_GetEntryPoints @1 + NP_Initialize @2 + NP_Shutdown @3 |