aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/texture.cpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-04-04 13:40:12 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:47 +0100
commit1feb5dd5ceb44e2647abc52a13d05f62bf4c903c (patch)
tree1dad0fc227a27de388112968bb14e0da5bce4946 /src/base/texture.cpp
parentc3f80439a841120d7e17108da11cc343d5168b8c (diff)
downloadusdx-1feb5dd5ceb44e2647abc52a13d05f62bf4c903c.tar.gz
usdx-1feb5dd5ceb44e2647abc52a13d05f62bf4c903c.tar.xz
usdx-1feb5dd5ceb44e2647abc52a13d05f62bf4c903c.zip
renamed texture_plain to texture
Diffstat (limited to 'src/base/texture.cpp')
-rw-r--r--src/base/texture.cpp32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/base/texture.cpp b/src/base/texture.cpp
new file mode 100644
index 00000000..ace2857f
--- /dev/null
+++ b/src/base/texture.cpp
@@ -0,0 +1,32 @@
+/*
+ * UltraStar Deluxe - Karaoke Game
+ *
+ * UltraStar Deluxe is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * 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; either version 2
+ * 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 General Public License
+ * along with this program; see the file COPYING. If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ */
+
+#include "texture.hpp"
+
+namespace usdx
+{
+
+};