WingTool/dialog/toolboxwindow.h

11 lines
130 B
C++

#ifndef TOOLBOXWINDOW_H
#define TOOLBOXWINDOW_H
class ToolBoxWindow
{
public:
ToolBoxWindow();
};
#endif // TOOLBOXWINDOW_H