Fix decls including non-existent functions.
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@
|
|||||||
; BlitzPointer
|
; BlitzPointer
|
||||||
BP_GetReturnAddress%()
|
BP_GetReturnAddress%()
|
||||||
BP_GetFunctionPointer%()
|
BP_GetFunctionPointer%()
|
||||||
BP_GetLastCalledFunctionPointer%()
|
;BP_GetLastCalledFunctionPointer%()
|
||||||
BP_GetNextCalledFunctionPointer%()
|
;BP_GetNextCalledFunctionPointer%()
|
||||||
;BP_GetVariablePointer%(pVariable%)
|
;BP_GetVariablePointer%(pVariable%)
|
||||||
BP_GetVariablePointerInt%(pVariable%) : "BP_GetVariablePointer"
|
BP_GetVariablePointerInt%(pVariable%) : "BP_GetVariablePointer"
|
||||||
BP_GetVariablePointerFloat%(pVariable#) : "BP_GetVariablePointer"
|
BP_GetVariablePointerFloat%(pVariable#) : "BP_GetVariablePointer"
|
||||||
|
|||||||
Reference in New Issue
Block a user