(svn r12944) -Codechange: use rev.h instead of externs at many places

This commit is contained in:
smatz
2008-05-04 21:53:36 +00:00
parent 8fe14f7162
commit 89a8dc8cf7
19 changed files with 37 additions and 29 deletions

View File

@@ -39,6 +39,7 @@
#include "../../stdafx.h"
#include "../../debug.h"
#include "../../rev.h"
#include "../../core/geometry_type.hpp"
#include "cocoa_v.h"
#include "../../core/math_func.hpp"
@@ -410,9 +411,6 @@ static CGColorSpaceRef QZ_GetCorrectColorSpace()
@end
extern const char _openttd_revision[];
void WindowQuartzSubdriver::GetDeviceInfo()
{
CFDictionaryRef cur_mode;