mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
11 lines
223 B
Modula-2
11 lines
223 B
Modula-2
; RobloxProxy.def : Declares the module parameters.
|
|
|
|
LIBRARY "RobloxProxy.DLL"
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
DllInstall PRIVATE
|