From ae85c0467705238355783aa086944573004692d3 Mon Sep 17 00:00:00 2001 From: Michael Fabain Dirks Date: Fri, 1 Jul 2016 13:55:25 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5059c7..f0d0093 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # BlitzUtility + BlitzUtility is aimed at extending Blitz beyond it's initial capabilities and is a sub-project of BlitzExtensions. All functions assume that you are passing valid parameters and do no extra checking to reduce performance impact. @@ -170,4 +171,13 @@ Easily handle messages sent to Blitz windows using these functions. May not work * BU_WindowMessageHandler_Uninstall(hwnd%) * Count% = BU_WindowMessageHandler_Message_Close%(hwnd%) * Count% = BU_WindowMessageHandler_Message_Destroy%(hwnd%) -* Count% = BU_WindowMessageHandler_Message_Resize%(hwnd%, point*) \ No newline at end of file +* Count% = BU_WindowMessageHandler_Message_Resize%(hwnd%, point*) + +# 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