mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Added some missing win32cpp headers. Slightly improves build time.
This commit is contained in:
parent
991f517ba5
commit
1295630230
@ -43,6 +43,7 @@
|
|||||||
#include <win32cpp/Win32Config.hpp> // Must be first!
|
#include <win32cpp/Win32Config.hpp> // Must be first!
|
||||||
|
|
||||||
#include <win32cpp/Application.hpp>
|
#include <win32cpp/Application.hpp>
|
||||||
|
#include <win32cpp/ApplicationThread.hpp>
|
||||||
#include <win32cpp/BarLayout.hpp>
|
#include <win32cpp/BarLayout.hpp>
|
||||||
#include <win32cpp/Button.hpp>
|
#include <win32cpp/Button.hpp>
|
||||||
#include <win32cpp/Color.hpp>
|
#include <win32cpp/Color.hpp>
|
||||||
@ -50,9 +51,11 @@
|
|||||||
#include <win32cpp/Container.hpp>
|
#include <win32cpp/Container.hpp>
|
||||||
#include <win32cpp/DeviceContext.hpp>
|
#include <win32cpp/DeviceContext.hpp>
|
||||||
#include <win32cpp/EditView.hpp>
|
#include <win32cpp/EditView.hpp>
|
||||||
|
#include <win32cpp/Exception.hpp>
|
||||||
#include <win32cpp/FolderBrowseDialog.hpp>
|
#include <win32cpp/FolderBrowseDialog.hpp>
|
||||||
#include <win32cpp/Font.hpp>
|
#include <win32cpp/Font.hpp>
|
||||||
#include <win32cpp/Frame.hpp>
|
#include <win32cpp/Frame.hpp>
|
||||||
|
#include <win32cpp/ILayout.hpp>
|
||||||
#include <win32cpp/Label.hpp>
|
#include <win32cpp/Label.hpp>
|
||||||
#include <win32cpp/LinearLayout.hpp>
|
#include <win32cpp/LinearLayout.hpp>
|
||||||
#include <win32cpp/ListView.hpp>
|
#include <win32cpp/ListView.hpp>
|
||||||
@ -60,14 +63,17 @@
|
|||||||
#include <win32cpp/MemoryDC.hpp>
|
#include <win32cpp/MemoryDC.hpp>
|
||||||
#include <win32cpp/Menu.hpp>
|
#include <win32cpp/Menu.hpp>
|
||||||
#include <win32cpp/Panel.hpp>
|
#include <win32cpp/Panel.hpp>
|
||||||
|
#include <win32cpp/ProgressBar.hpp>
|
||||||
#include <win32cpp/RedrawLock.hpp>
|
#include <win32cpp/RedrawLock.hpp>
|
||||||
#include <win32cpp/Trackbar.hpp>
|
|
||||||
#include <win32cpp/Splitter.hpp>
|
#include <win32cpp/Splitter.hpp>
|
||||||
|
#include <win32cpp/Trackbar.hpp>
|
||||||
#include <win32cpp/TabView.hpp>
|
#include <win32cpp/TabView.hpp>
|
||||||
|
#include <win32cpp/Timer.hpp>
|
||||||
#include <win32cpp/TopLevelWindow.hpp>
|
#include <win32cpp/TopLevelWindow.hpp>
|
||||||
#include <win32cpp/Types.hpp>
|
#include <win32cpp/Types.hpp>
|
||||||
#include <win32cpp/Utility.hpp>
|
#include <win32cpp/Utility.hpp>
|
||||||
#include <win32cpp/Window.hpp>
|
#include <win32cpp/Window.hpp>
|
||||||
|
#include <win32cpp/WindowGeometry.hpp>
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user