Author: shadowmaster
Date: Sun Apr 5 01:47:49 2009
New Revision: 34509
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34509&view=rev
Log:
Add stub files for the storyscreen rendering code.
Added:
trunk/src/storyscreen/render.cpp
trunk/src/storyscreen/render.hpp
Modified:
trunk/src/CMakeLists.txt
trunk/src/Makefile.am
trunk/src/SConscript
Modified: trunk/src/CMakeLists.txt
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/CMakeLists.txt?rev=34509&r1=34508&r2=34509&view=diff
==============================================================================
--- trunk/src/CMakeLists.txt (original)
+++ trunk/src/CMakeLists.txt Sun Apr 5 01:47:49 2009
@@ -310,6 +310,7 @@
storyscreen/interface.cpp
storyscreen/controller.cpp
storyscreen/page.cpp
+ storyscreen/render.cpp
team.cpp
terrain_filter.cpp
time_of_day.cpp
Modified: trunk/src/Makefile.am
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/Makefile.am?rev=34509&r1=34508&r2=34509&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Sun Apr 5 01:47:49 2009
@@ -147,6 +147,7 @@
storyscreen/interface.cpp \
storyscreen/controller.cpp \
storyscreen/page.cpp \
+ storyscreen/render.cpp \
team.cpp \
terrain_filter.cpp \
text.cpp \
Modified: trunk/src/SConscript
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/SConscript?rev=34509&r1=34508&r2=34509&view=diff
==============================================================================
--- trunk/src/SConscript (original)
+++ trunk/src/SConscript Sun Apr 5 01:47:49 2009
@@ -202,6 +202,7 @@
storyscreen/interface.cpp
storyscreen/controller.cpp
storyscreen/page.cpp
+ storyscreen/render.cpp
team.cpp
terrain_filter.cpp
time_of_day.cpp
Added: trunk/src/storyscreen/render.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/render.cpp?rev=34509&view=auto
==============================================================================
--- trunk/src/storyscreen/render.cpp (added)
+++ trunk/src/storyscreen/render.cpp Sun Apr 5 01:47:49 2009
@@ -1,0 +1,30 @@
+/* $Id$ */
+/*
+ Copyright (C) 2009 by Ignacio R. Morelle <[email protected]>
+ Part of the Battle for Wesnoth Project http://www.wesnoth.org/
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2
+ or at your option any later version.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY.
+
+ See the COPYING file for more details.
+*/
+
+/**
+ * @file storyscreen/render.cpp
+ * Storyscreen pages renderer.
+ * @todo Translate relevant parts to GUI2.
+ */
+
+#include "global.hpp"
+#include "asserts.hpp"
+#include "foreach.hpp"
+#include "storyscreen/page.hpp"
+#include "storyscreen/render.hpp"
+
+#include "video.hpp"
+
+// TODO: remove when completed
+#include "stub.hpp"
Added: trunk/src/storyscreen/render.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/render.hpp?rev=34509&view=auto
==============================================================================
--- trunk/src/storyscreen/render.hpp (added)
+++ trunk/src/storyscreen/render.hpp Sun Apr 5 01:47:49 2009
@@ -1,0 +1,24 @@
+/* $Id$ */
+/*
+ Copyright (C) 2009 by Ignacio R. Morelle <[email protected]>
+ Part of the Battle for Wesnoth Project http://www.wesnoth.org/
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2
+ or at your option any later version.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY.
+
+ See the COPYING file for more details.
+*/
+
+/**
+ * @file storyscreen/render.hpp
+ * Storyscreen pages rendering interface.
+ * @todo Translate relevant parts to GUI2.
+ */
+
+#ifndef STORYSCREEN_RENDER_HPP_INCLUDED
+#define STORYSCREEN_RENDER_HPP_INCLUDED
+
+#endif /* !STORYSCREEN_RENDER_HPP_INCLUDED */
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits