summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2007-02-12 21:55:10 +0000
committerDarkvater <Darkvater@openttd.org>2007-02-12 21:55:10 +0000
commit5574d045473965a31a86a962e749c20dcc497aa9 (patch)
tree0f33d24a48c6bc70726b21200657287d3e9ba408 /src/video
parent8f96cadeb2da3d7613166af7f95817647e24adee (diff)
downloadopenttd-5574d045473965a31a86a962e749c20dcc497aa9.tar.xz
(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart
Diffstat (limited to 'src/video')
-rw-r--r--src/video/dedicated_v.h2
-rw-r--r--src/video/null_v.h2
-rw-r--r--src/video/sdl_v.cpp2
-rw-r--r--src/video/sdl_v.h2
-rw-r--r--src/video/win32_v.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/video/dedicated_v.h b/src/video/dedicated_v.h
index 9ba1223d3..5b752643e 100644
--- a/src/video/dedicated_v.h
+++ b/src/video/dedicated_v.h
@@ -7,4 +7,4 @@
extern const HalVideoDriver _dedicated_video_driver;
-#endif
+#endif /* VIDEO_DEDICATED_H */
diff --git a/src/video/null_v.h b/src/video/null_v.h
index 56922d9b3..21f1af7a9 100644
--- a/src/video/null_v.h
+++ b/src/video/null_v.h
@@ -7,4 +7,4 @@
extern const HalVideoDriver _null_video_driver;
-#endif
+#endif /* VIDEO_NULL_H */
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp
index 1f9910565..628ffaf63 100644
--- a/src/video/sdl_v.cpp
+++ b/src/video/sdl_v.cpp
@@ -510,4 +510,4 @@ const HalVideoDriver _sdl_video_driver = {
SdlVideoFullScreen,
};
-#endif
+#endif /* WITH_SDL */
diff --git a/src/video/sdl_v.h b/src/video/sdl_v.h
index 07ba50f3c..2868b1c5c 100644
--- a/src/video/sdl_v.h
+++ b/src/video/sdl_v.h
@@ -7,4 +7,4 @@
extern const HalVideoDriver _sdl_video_driver;
-#endif
+#endif /* VIDEO_SDL_H */
diff --git a/src/video/win32_v.h b/src/video/win32_v.h
index c3b23a61a..d63a526f8 100644
--- a/src/video/win32_v.h
+++ b/src/video/win32_v.h
@@ -7,4 +7,4 @@
extern const HalVideoDriver _win32_video_driver;
-#endif
+#endif /* VIDEO_WIN32_H */