diff options
author | Darkvater <darkvater@openttd.org> | 2007-02-12 21:55:10 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2007-02-12 21:55:10 +0000 |
commit | 4d4c1e05053b18a4fe3f1645567abf947b5fee0d (patch) | |
tree | 0f33d24a48c6bc70726b21200657287d3e9ba408 /src/video | |
parent | 2817acb4566ff30805990c4508c2e382b4745f35 (diff) | |
download | openttd-4d4c1e05053b18a4fe3f1645567abf947b5fee0d.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.h | 2 | ||||
-rw-r--r-- | src/video/null_v.h | 2 | ||||
-rw-r--r-- | src/video/sdl_v.cpp | 2 | ||||
-rw-r--r-- | src/video/sdl_v.h | 2 | ||||
-rw-r--r-- | src/video/win32_v.h | 2 |
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 */ |