(svn r12944) -Codechange: use rev.h instead of externs at many places
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
@@ -331,10 +332,6 @@ static bool _resize_icon[] = {
|
||||
};
|
||||
|
||||
|
||||
|
||||
extern const char _openttd_revision[];
|
||||
|
||||
|
||||
void WindowQuickdrawSubdriver::GetDeviceInfo()
|
||||
{
|
||||
CFDictionaryRef cur_mode;
|
||||
|
||||
Reference in New Issue
Block a user