📄 ddsreader.def
字号:
;;************************************************************************
; File : DDSReader.def : Declares the module parameters for the DLL. *
; The only functions that need to be export are *
; CKGetPluginInfo which will return inforation about this plugin *
; CKGetReader which will be called when the framework need to read a *
; .dds file. *
; *
; Virtools SDK *
; Copyright (c) Virtools 2001, All Rights Reserved. *
;*************************************************************************
;LIBRARY "DDSReader"
DESCRIPTION 'DDSReader Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
CKGetReader
CKGetPluginInfo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -