Commit Graph

6 Commits

Author SHA1 Message Date
Michael Dirks a1d252deba extern "c" -> extern "C" 2015-06-20 15:51:53 +02:00
Michael Dirks 880e754254 1.3 Update:
- Blitz functions are callable using __stdcall, use it instead of using tailored asm.
- DLLs that rely on this DLL no longer have to load the DLL to call Blitz functions, just include BlitzPointer.h and use the typedefs BP_BlitzFunction#_t.
- Removed Hybrid support until Hybrid is open-source.
1.3.0
2015-06-20 15:08:27 +02:00
Michael Dirks a5640928fc Automatically copy LICENSE and LICENSE.lesser to output directory for easy release creation. 1.2.0 2015-06-06 21:19:26 +02:00
Michael Fabian Dirks f979c2ca4b BlitzPointer is now licensed under LGPLv3.0. Read LICENSE and LICENSE.lesser if you don't know what restrictions these give you.
Signed-off-by: Michael Fabian Dirks <michael.dirks@realitybends.de>
2015-06-06 18:19:10 +02:00
Michael Fabian Dirks 7fee63436b Update BlitzPointer to work correctly 2015-06-06 14:06:52 +02:00
Michael Fabian Dirks 3a7260b784 Initial Commit 1.1.0 2015-05-17 11:54:23 +02:00