diff --git a/BlitzPointer b/BlitzPointer index 2870370..690691d 160000 --- a/BlitzPointer +++ b/BlitzPointer @@ -1 +1 @@ -Subproject commit 2870370b8442ebd08d1b46b819d78eb1a87a7bc9 +Subproject commit 690691d5a03901e507950fb3c7cd8a28cac984d4 diff --git a/BlitzSteam b/BlitzSteam index 6a44064..6a5f458 160000 --- a/BlitzSteam +++ b/BlitzSteam @@ -1 +1 @@ -Subproject commit 6a44064f255c4d5422b016d0dad90c60219ce675 +Subproject commit 6a5f4588edf2af99c778daf3f611f39cf6c2cb5d diff --git a/BlitzUtility b/BlitzUtility index e77dfd1..ae85c04 160000 --- a/BlitzUtility +++ b/BlitzUtility @@ -1 +1 @@ -Subproject commit e77dfd17eb5aef68f6bad1b175cf218420f8b9d5 +Subproject commit ae85c0467705238355783aa086944573004692d3 diff --git a/README.md b/README.md new file mode 100644 index 0000000..22d4558 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# BlitzExtensions - Really extending BlitzBasic! + +A collection of Libraries used to stretch BlitzBasics abilities past the normal boundaries. Pointers, LinkedLists, Steam integration, Databases - it's probably all here. + +# Building the Source + +## Requirements + +* Visual Studio 2015 (Express should work) + +## Building + +* Open the Solution in Visual Studio. +* Build the Solution. +* Binaries will be located in #Binaries/$(Project)/$(Configuration)/ + +# License +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 published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . \ No newline at end of file