mirror of https://github.com/PCSX2/pcsx2.git
18 lines
476 B
C
18 lines
476 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/laywin.h
|
|
// Purpose: wxSashLayoutWindow base header
|
|
// Author: Julian Smart
|
|
// Modified by:
|
|
// Created:
|
|
// Copyright: (c) Julian Smart
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _WX_LAYWIN_H_BASE_
|
|
#define _WX_LAYWIN_H_BASE_
|
|
|
|
#include "wx/generic/laywin.h"
|
|
|
|
#endif
|
|
// _WX_LAYWIN_H_BASE_
|