Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "StdAfx.h"
- #include "Setup.h"
- #define SKIP_ALLOCATOR_SHARING 1
- #include <ScriptSetup.h>
- extern "C" SCRIPT_DECL uint32 _exp_get_script_type()
- {
- return SCRIPT_TYPE_MISC;
- }
- extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)
- {
- SetupGlobalNPC(mgr);
- }
- #ifdef WIN32
- BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved )
- {
- return TRUE;
- }
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement