mirror of
https://github.com/shawns-valve/halflife.git
synced 2024-11-22 04:21:30 +00:00
16 lines
281 B
Modula-2
16 lines
281 B
Modula-2
|
LIBRARY hlgl
|
||
|
EXPORTS
|
||
|
GiveFnptrsToDll @1
|
||
|
GetEntityInterfaces @2
|
||
|
SetChangeParms @3
|
||
|
SetNewParms @4
|
||
|
ClientKill @5
|
||
|
PutClientInServer @6
|
||
|
PlayerPreThink @7
|
||
|
PlayerPostThink @8
|
||
|
ClientConnect @9
|
||
|
ClientDisconnect @10
|
||
|
StartFrame @11
|
||
|
SECTIONS
|
||
|
.data READ WRITE
|