diff options
author | KUDr <kudr@openttd.org> | 2007-01-10 18:12:09 +0000 |
---|---|---|
committer | KUDr <kudr@openttd.org> | 2007-01-10 18:12:09 +0000 |
commit | e373ea7096c741a8189f7a480863fd21dd6f6be1 (patch) | |
tree | d9abc3d9810159441bed9f82a52bd1ee52d770dd /src/video | |
parent | 001d858b528d78743deaf7dcea46ea8f0736bad9 (diff) | |
download | openttd-e373ea7096c741a8189f7a480863fd21dd6f6be1.tar.xz |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/dedicated_v.cpp (renamed from src/video/dedicated_v.c) | 0 | ||||
-rw-r--r-- | src/video/null_v.cpp (renamed from src/video/null_v.c) | 0 | ||||
-rw-r--r-- | src/video/sdl_v.cpp (renamed from src/video/sdl_v.c) | 0 | ||||
-rw-r--r-- | src/video/win32_v.cpp (renamed from src/video/win32_v.c) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/src/video/dedicated_v.c b/src/video/dedicated_v.cpp index 764df3afd..764df3afd 100644 --- a/src/video/dedicated_v.c +++ b/src/video/dedicated_v.cpp diff --git a/src/video/null_v.c b/src/video/null_v.cpp index ecdd3486c..ecdd3486c 100644 --- a/src/video/null_v.c +++ b/src/video/null_v.cpp diff --git a/src/video/sdl_v.c b/src/video/sdl_v.cpp index 3e776d29f..3e776d29f 100644 --- a/src/video/sdl_v.c +++ b/src/video/sdl_v.cpp diff --git a/src/video/win32_v.c b/src/video/win32_v.cpp index eab832ae5..eab832ae5 100644 --- a/src/video/win32_v.c +++ b/src/video/win32_v.cpp |