mirror of
https://github.com/electronicarts/CnC_Renegade.git
synced 2025-12-16 07:31:40 -05:00
14 lines
255 B
Modula-2
14 lines
255 B
Modula-2
; WWCtrl.def : Declares the module parameters for the DLL.
|
|
|
|
|
|
DESCRIPTION 'WWCtrl Windows Dynamic Link Library'
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
|
|
Show_Color_Picker @2
|
|
Get_Form_Color @3
|
|
Create_Color_Picker_Form @4
|
|
Set_Form_Color @5
|
|
|