First commit of the rewrite
Doesn't build on windows for some retarded reason
This commit is contained in:
54
dlls/hamsandwich/hook_create.h
Normal file
54
dlls/hamsandwich/hook_create.h
Normal file
@@ -0,0 +1,54 @@
|
||||
#ifndef HOOK_CREATE_H
|
||||
#define HOOK_CREATE_H
|
||||
|
||||
|
||||
int Create_Void_Void(AMX *amx, const char *func);
|
||||
|
||||
int Create_Int_Void(AMX *amx, const char *func);
|
||||
|
||||
int Create_Void_Entvar(AMX *amx, const char *func);
|
||||
|
||||
int Create_Void_Cbase(AMX *amx, const char *func);
|
||||
|
||||
int Create_Int_Float_Int(AMX *amx, const char *func);
|
||||
|
||||
int Create_Void_Entvar_Int(AMX *amx, const char *func);
|
||||
|
||||
int Create_Int_Cbase(AMX *amx, const char *func);
|
||||
|
||||
int Create_Void_Int_Int(AMX *amx, const char *func);
|
||||
|
||||
int Create_Int_Int_Str_Int(AMX *amx, const char *func);
|
||||
|
||||
int Create_Int_Int(AMX *amx, const char *func);
|
||||
|
||||
int Create_Int_Entvar(AMX *amx, const char *func);
|
||||
|
||||
int Create_Int_Entvar_Entvar_Float_Int(AMX *amx, const char *func);
|
||||
|
||||
int Create_Void_Int(AMX *amx, const char *func);
|
||||
|
||||
int Create_Void_Cbase_Cbase_Int_Float(AMX *amx, const char *func);
|
||||
|
||||
int Create_Void_Entvar_Float_Vector_Trace_Int(AMX *amx, const char *func);
|
||||
|
||||
int Create_Void_Float_Vector_TraceResult_Int(AMX *amx, const char *func);
|
||||
|
||||
int Create_Str_Void(AMX *amx, const char *func);
|
||||
|
||||
int Create_Cbase_Void(AMX *amx, const char *func);
|
||||
|
||||
int Create_Vector_Void(AMX *amx, const char *func);
|
||||
|
||||
int Create_Vector_pVector(AMX *amx, const char *func);
|
||||
|
||||
int Create_Int_pVector(AMX *amx, const char *func);
|
||||
|
||||
int Create_Void_Entvar_Float_Float(AMX *amx, const char *func);
|
||||
|
||||
int Create_Int_pFloat_pFloat(AMX *amx, const char *func);
|
||||
|
||||
int Create_Void_Entvar_Float(AMX *amx, const char *func);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user