Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Jan 19, 2023
1 parent 79c6500 commit 76c7659
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion asext/meta_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,13 @@ C_DLLEXPORT int Meta_Attach(PLUG_LOADTIME /* now */,
FILL_FROM_SIGNATURE(server, CASDocumentation_RegisterObjectType);
FILL_FROM_SIGNATURE(server, CASDocumentation_RegisterObjectProperty);
FILL_FROM_SIGNATURE(server, CASDocumentation_RegisterObjectMethod);
FILL_FROM_SIGNATURE(server, CASDocumentation_RegisterObjectBehaviour);
FILL_FROM_SIGNATURE(server, CASDocumentation_RegisterFuncDef);
FILL_FROM_SIGNATURE(server, CASDirectoryList_CreateDirectory);
FILL_FROM_SIGNATURE(server, CASFunction_Create);
FILL_FROM_SIGNATURE(server, CASBaseCallable_Call);
FILL_FROM_SIGNATURE(server, CASRefCountedBaseClass_InternalRelease);
FILL_FROM_SIGNATURE(server, CScriptAny_Release, -1);
FILL_FROM_SIGNATURE(server, CScriptAny_Release);

VAR_FROM_SIGNATURE(server, g_pServerManager);

Expand Down
1 change: 1 addition & 0 deletions asext/signatures.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#define CASHook_Call_Signature "_ZN7CASHook4CallEiz"
#define CString_Assign_Signature "_ZN7CString6AssignEPKcj"
#define CString_dtor_Signature "_ZN7CStringD2Ev"

#define CASDocumentation_RegisterObjectType_Signature "_ZN16CASDocumentation18RegisterObjectTypeEPKcS1_im"
#define CASDocumentation_RegisterObjectProperty_Signature "_ZN16CASDocumentation22RegisterObjectPropertyEPKcS1_S1_i"
#define CASDocumentation_RegisterObjectMethod_Signature "_ZN16CASDocumentation20RegisterObjectMethodEPKcS1_S1_RK10asSFuncPtrm"
Expand Down
1 change: 0 additions & 1 deletion build-metamod.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ if exist "%InstallDir%\Common7\Tools\vsdevcmd.bat" (
MSBuild.exe metamod.sln /t:ascurl /p:Configuration=Release /p:Platform="Win32"
MSBuild.exe metamod.sln /t:asqcvar /p:Configuration=Release /p:Platform="Win32"
MSBuild.exe metamod.sln /t:fallguys /p:Configuration=Release /p:Platform="Win32"
MSBuild.exe metamod.sln /t:nodlfile /p:Configuration=Release /p:Platform="Win32"
)

0 comments on commit 76c7659

Please sign in to comment.