File indexing completed on 2024-05-05 05:41:07

0001 #ifndef GAMEMASTERTOOL_H
0002 #define GAMEMASTERTOOL_H
0003 #include "rwidgets_global.h"
0004 
0005 class RWIDGET_EXPORT GameMasterTool
0006 {
0007 public:
0008     explicit GameMasterTool();
0009 
0010     virtual void readSettings();
0011     virtual void writeSettings();
0012 };
0013 
0014 #endif // GAMEMASTERTOOL_H