OpenRCT2/src/openrct2-ui/windows
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
..
About.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
Banner.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
Changelog.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Cheats.cpp Hide the network class declaration to Network.cpp (#8276) 2018-11-19 23:10:54 +01:00
ClearScenery.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
CustomCurrency.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
DebugPaint.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
DemolishRidePrompt.cpp Add trailing commas to some window source files 2018-07-23 16:00:23 +02:00
Dropdown.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
EditorBottomToolbar.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
EditorInventionsList.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
EditorMain.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
EditorObjectSelection.cpp Remove remnants of STEX support 2018-08-29 23:29:45 +02:00
EditorObjectiveOptions.cpp Include what gets used 2018-11-07 22:19:33 +01:00
EditorScenarioOptions.cpp Add and use game action for setting the climate 2018-11-08 22:39:13 +01:00
Error.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Finances.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Footpath.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
GameBottomToolbar.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Guest.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
GuestList.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
InstallTrack.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Land.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
LandRights.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
LoadSave.cpp Fix #7912: 'New folder' and 'New file' buttons are missing (#7926) 2018-08-22 00:00:44 +02:00
Main.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Map.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
MapGen.cpp Rename heightmap load/save type; add heightmap dir. 2018-08-18 13:28:27 +02:00
MapTooltip.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
MazeConstruction.cpp Properly fix maze building when paused (#7852) 2018-08-04 14:30:13 +02:00
Multiplayer.cpp Hide the network class declaration to Network.cpp (#8276) 2018-11-19 23:10:54 +01:00
MusicCredits.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
NetworkStatus.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
NewCampaign.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
NewRide.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
News.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
NewsOptions.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
ObjectLoadError.cpp Remove remnants of STEX support 2018-08-29 23:29:45 +02:00
Options.cpp Refactor code to obtain resolutions. (#8215) 2018-11-06 07:20:57 +01:00
Park.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Player.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Research.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Ride.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
RideConstruction.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
RideList.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
SavePrompt.cpp Enforce not breaking before assignments and function names 2018-07-23 16:00:19 +02:00
Scenery.cpp Fix types of windows scenery tab selections (#8179) 2018-10-29 14:52:07 -07:00
ServerList.cpp Hide the network class declaration to Network.cpp (#8276) 2018-11-19 23:10:54 +01:00
ServerStart.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
ShortcutKeyChange.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
ShortcutKeys.cpp Add #7726: Shortcut to advance one tick (#7851) 2018-09-23 23:40:47 +02:00
Sign.cpp Fix #8253: Prevent null dereference. 2018-11-12 21:34:05 +01:00
Staff.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
StaffFirePrompt.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
StaffList.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
TextInput.cpp Prevent recently closed window from having actions performed on it (#8143) 2018-10-24 20:57:39 +02:00
Themes.cpp Remove more strings, fix error 2018-08-12 15:56:47 +02:00
TileInspector.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
TitleCommandEditor.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
TitleEditor.cpp Fix formatting 2018-10-17 21:55:12 +02:00
TitleExit.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
TitleLogo.cpp Enforce not breaking before assignments and function names 2018-07-23 16:00:19 +02:00
TitleMenu.cpp Move title menu buttons up to compensate for new item. 2018-09-13 23:20:17 +02:00
TitleOptions.cpp clang-format UI windows 2018-07-23 16:00:14 +02:00
TitleScenarioSelect.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Tooltip.cpp Fix #7872: CJK tooltips are often cut off 2018-08-13 21:41:10 +02:00
TopToolbar.cpp Hide the network class declaration to Network.cpp (#8276) 2018-11-19 23:10:54 +01:00
TrackDesignManage.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
TrackDesignPlace.cpp Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00
TrackList.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
ViewClipping.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Viewport.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
Water.cpp Remove Math::Clamp in favour of std::clamp 2018-08-12 16:47:12 +01:00
Window.h Rename rct_tile_element to TileElement 2018-11-01 13:53:50 +01:00