mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
Delete files and directories that won't be used, and rename the wxWidgets 3.0 directory to reduce confusion when doing maintenance version upgrades.
11 lines
502 B
C
11 lines
502 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/ptr_shrd.h
|
|
// Purpose: compatibility wrapper for wx/sharedptr.h
|
|
// Author: Vadim Zeitlin
|
|
// Created: 2009-02-03
|
|
// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
|
|
// Licence: wxWindows licence
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
// do not include this file in any new code, include wx/sharedptr.h instead
|
|
#include "wx/sharedptr.h"
|