OpenTTD/src/video/cocoa
Patric Stout 56d54cf60e Add: introduce CMake for project management
CMake works on all our supported platforms, like MSVC, Mingw, GCC,
Clang, and many more. It allows for a single way of doing things,
so no longer we need shell scripts and vbs scripts to work on all
our supported platforms.

Additionally, CMake allows to generate project files for like MSVC,
KDevelop, etc.

This heavily reduces the lines of code we need to support multiple
platforms from a project perspective.

Addtiionally, this heavily improves our detection of libraries, etc.
2020-06-05 19:36:05 +02:00
..
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
cocoa_keys.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
cocoa_v.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
cocoa_v.mm Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
event.mm Remove: [OSX] Stuff that is pre-10.7 from the Cocoa/Quartz video driver. 2020-04-12 18:44:43 +02:00
wnd_quartz.mm Fix #8066: Try another fallback colourspace if first one fails 2020-06-01 19:43:37 +02:00