mirror of https://github.com/PCSX2/pcsx2.git
21 lines
533 B
C
21 lines
533 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/busyinfo.h
|
|
// Purpose: Information window (when app is busy)
|
|
// Author: Vaclav Slavik
|
|
// Copyright: (c) 1999 Vaclav Slavik
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __BUSYINFO_H_BASE__
|
|
#define __BUSYINFO_H_BASE__
|
|
|
|
#include "wx/defs.h"
|
|
|
|
#if wxUSE_BUSYINFO
|
|
|
|
#include "wx/generic/busyinfo.h"
|
|
|
|
#endif // wxUSE_BUSYINFO
|
|
|
|
#endif // __BUSYINFO_H_BASE__
|