diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-16 18:19:56 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-16 18:19:56 +0000 |
commit | 4653a5d7af56bf2697e2a9a87ddbc3f86a7fb541 (patch) | |
tree | 14c6c4d9b672bf75af43811ebb3e104495ce88b5 /plugins/wbOSD/src/stdafx.cpp | |
parent | cf5350edbc17a09a8c5fb028ce7543bc5b8f4f33 (diff) |
- wbOSD: added to solutions
git-svn-id: http://svn.miranda-ng.org/main/trunk@4684 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/wbOSD/src/stdafx.cpp')
-rw-r--r-- | plugins/wbOSD/src/stdafx.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/wbOSD/src/stdafx.cpp b/plugins/wbOSD/src/stdafx.cpp new file mode 100644 index 0000000000..68250bbb4e --- /dev/null +++ b/plugins/wbOSD/src/stdafx.cpp @@ -0,0 +1,18 @@ +/*
+Copyright (C) 2012-13 Miranda NG Project (http://miranda-ng.org)
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation version 2
+of the License.
+
+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 General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#include "wbOSD.h"
\ No newline at end of file |