xloadercharacter.def
来自「X文件读取插件」· DEF 代码 · 共 13 行
DEF
13 行
;*************************************************************************
; File : XLoader.def : Declares the module parameters for the DLL. *
; The only functions that need to be export are CKGetPluginInfo which *
; return information about this plugin and CKGetReader that returns *
; an instance of the CKXReader class *
; Virtools SDK *
; Copyright (c) Virtools 2000, All Rights Reserved. *
;*************************************************************************
EXPORTS
; Explicit exports can go here
CKGetPluginInfoCount
CKGetPluginInfo
CKGetReader
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?