mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-02-07 08:15:07 +01:00
27 lines
705 B
C++
27 lines
705 B
C++
|
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
|
// Name: common/accesscmn.cpp
|
||
|
|
// Author: Julian Smart
|
||
|
|
// Modified by:
|
||
|
|
// Created: 2003-02-12
|
||
|
|
// RCS-ID: $Id: accesscmn.cpp 35650 2005-09-23 12:56:45Z MR $
|
||
|
|
// Copyright: (c) Julian Smart
|
||
|
|
// Licence: wxWindows licence
|
||
|
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
|
|
||
|
|
// ----------------------------------------------------------------------------
|
||
|
|
// headers
|
||
|
|
// ----------------------------------------------------------------------------
|
||
|
|
|
||
|
|
#include "wx/wxprec.h"
|
||
|
|
|
||
|
|
#ifdef __BORLANDC__
|
||
|
|
#pragma hdrstop
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#if wxUSE_ACCESSIBILITY
|
||
|
|
|
||
|
|
#include "wx/access.h"
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|