mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-13 01:29:11 +01:00
775dc8a9c0
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4 8ced0084-cf51-0410-be5f-012b33b47a6e
23 lines
766 B
C
23 lines
766 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/aui/aui.h
|
|
// Purpose: wxaui: wx advanced user interface - docking window manager
|
|
// Author: Benjamin I. Williams
|
|
// Modified by:
|
|
// Created: 2005-05-17
|
|
// RCS-ID: $Id: aui.h 40232 2006-07-22 13:14:07Z BIW $
|
|
// Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved.
|
|
// Licence: wxWindows Library Licence, Version 3.1
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _WX_AUI_H_
|
|
#define _WX_AUI_H_
|
|
|
|
#include "wx/aui/framemanager.h"
|
|
#include "wx/aui/dockart.h"
|
|
#include "wx/aui/floatpane.h"
|
|
#include "wx/aui/auibook.h"
|
|
#include "wx/aui/tabmdi.h"
|
|
|
|
#endif // _WX_AUI_H_
|
|
|