mirror of https://github.com/OpenTTD/OpenTTD
(svn r19012) -Fix (r19003): macos.h is not in video/cocoa/ but in os/macosx/.
parent
34fa63b8f5
commit
d858264ca6
|
@ -28,7 +28,7 @@
|
||||||
#include "../../core/sort_func.hpp"
|
#include "../../core/sort_func.hpp"
|
||||||
#include "cocoa_v.h"
|
#include "cocoa_v.h"
|
||||||
#include "../../gfx_func.h"
|
#include "../../gfx_func.h"
|
||||||
#include "macos.h"
|
#include "../../os/macosx/macos.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Important notice regarding all modifications!!!!!!!
|
* Important notice regarding all modifications!!!!!!!
|
||||||
|
|
Loading…
Reference in New Issue