mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-26 05:41:14 +00:00
16 lines
503 B
C
16 lines
503 B
C
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
// Name: wx/creddlg.h
|
||
|
// Purpose: wxCredentialEntryDialog interface
|
||
|
// Author: Tobias Taschner
|
||
|
// Created: 2018-10-23
|
||
|
// Copyright: (c) 2018 wxWidgets development team
|
||
|
// Licence: wxWindows licence
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#ifndef _WX_CREDDLG_H_BASE
|
||
|
#define _WX_CREDDLG_H_BASE
|
||
|
|
||
|
#include "wx/generic/creddlgg.h"
|
||
|
|
||
|
#endif // _WX_CREDDLG_H_BASE
|