mirror of
https://github.com/electronicarts/CnC_Renegade.git
synced 2025-12-16 23:51:41 -05:00
Initial commit of Command & Conquer Renegade source code.
This commit is contained in:
13
Code/Tools/WWCtrl/WWCtrl.def
Normal file
13
Code/Tools/WWCtrl/WWCtrl.def
Normal file
@@ -0,0 +1,13 @@
|
||||
; 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
|
||||
|
||||
Reference in New Issue
Block a user