GameCubeConfigPane: Add forward declaration for TEXIDevices

This commit is contained in:
Lioncash 2016-10-20 10:41:40 -04:00
parent 934b32acfb
commit 855061682e

View file

@ -7,6 +7,8 @@
#include <wx/arrstr.h>
#include <wx/panel.h>
enum TEXIDevices : int;
class wxButton;
class wxCheckBox;
class wxChoice;