OpenRCT2/src/openrct2-ui
Michał Janiszewski 0d2751a54e
Hide the network class declaration to Network.cpp (#8276)
The Network class is not used by anyone other than free functions in
Network.cpp, nor should it be used by anyone with the current design.

This change leaves only the publicly-exposed functions left in the
header, drastically reducing amount of required headers in network.h,
one of the heaviest headers we had so far.
2018-11-19 23:10:54 +01:00
..
audio Add master sound checkbox and master volume slider 2018-08-17 22:14:11 +02:00
drawing Add missing header guards (#8081) 2018-10-10 23:27:25 +02:00
input Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
interface Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
title Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
windows Hide the network class declaration to Network.cpp (#8276) 2018-11-19 23:10:54 +01:00
CMakeLists.txt Revert "Update SDL2 includes to non-system" 2018-06-11 09:52:54 +02:00
CursorData.cpp clang-format UI root 2018-07-23 16:00:14 +02:00
CursorRepository.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
CursorRepository.h clang-format UI root 2018-07-23 16:00:14 +02:00
SDLException.h clang-format UI root 2018-07-23 16:00:14 +02:00
TextComposition.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
TextComposition.h clang-format UI root 2018-07-23 16:00:14 +02:00
Ui.cpp clang-format UI root 2018-07-23 16:00:14 +02:00
Ui.h clang-format UI root 2018-07-23 16:00:14 +02:00
UiContext.Android.cpp Fix Android builds after #7971 (#8009) 2018-09-20 21:53:34 +02:00
UiContext.Linux.cpp Simplify EscapePathForShell by using std functions. 2018-09-13 23:20:17 +02:00
UiContext.Win32.cpp Added 'open custom content folder' button to toolbar menu. 2018-09-13 22:18:09 +02:00
UiContext.cpp Refactor code to obtain resolutions. (#8215) 2018-11-06 07:20:57 +01:00
UiContext.h Added 'open custom content folder' button to toolbar menu. 2018-09-13 22:18:09 +02:00
UiContext.macOS.mm Added MacOS OpenFolder support. 2018-09-13 22:19:51 +02:00
WindowManager.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
WindowManager.h Add missing header guards (#8081) 2018-10-10 23:27:25 +02:00
libopenrct2ui.vcxproj Use single output folder for msbuild obj files 2018-06-01 09:37:49 +02:00