9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
LIBRARY PAWNC
|
|
DESCRIPTION 'Pawn compiler'
|
|
|
|
EXPORTS Compile
|
|
pc_compile = _pc_compile
|
|
pc_addconstant = _pc_addconstant
|
|
pc_addtag = _pc_addtag
|
|
pc_enablewarning = _pc_enablewarning
|