mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 23:05:37 +03:00
9 lines
152 B
Modula-2
9 lines
152 B
Modula-2
|
LIBRARY PAWNC
|
||
|
DESCRIPTION 'Pawn compiler'
|
||
|
|
||
|
EXPORTS Compile
|
||
|
pc_compile
|
||
|
pc_addconstant
|
||
|
pc_addtag
|
||
|
pc_enablewarning
|