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