- Update Headers in files to match new owner.

- Update Example08.bb to be more detailed
- Added function to grab Type pointers (would previously crash).
This commit is contained in:
Michael Dirks
2015-12-30 05:11:33 +01:00
parent 95dd86e6af
commit 7cc0788e8b
16 changed files with 100 additions and 41 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
; BlitzPointer - Adding Pointers to Blitz.
; Copyright (C) 2015 Project Kube (Michael Fabian Dirks)
; Copyright (C) 2015 Xaymar (Michael Fabian Dirks)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as
@@ -19,10 +19,10 @@
; BlitzPointer
BP_GetReturnAddress%()
BP_GetFunctionPointer%()
;BP_GetVariablePointer%()
;BP_GetVariablePointer%(pVariable%)
BP_GetVariablePointerInt%(pVariable%) : "BP_GetVariablePointer"
BP_GetVariablePointerFloat%(pVariable#) : "BP_GetVariablePointer"
BP_GetVariablePointerType%(pVariable*) : "BP_GetVariablePointer"
BP_GetVariablePointerType%(pVariable*) : "BP_GetVariablePointerType"
; Memory Modification
PeekMemoryByte%(lpMemoryPointer%)