1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
GLideN64/src/GLideNUI-wtl/config-tab.cpp
2020-04-22 21:14:16 +07:00

12 lines
112 B
C++

#include "config-tab.h"
CConfigTab::CConfigTab(uint32_t _IDD) :
IDD(_IDD)
{
}
CConfigTab::~CConfigTab()
{
}