openMSX
SettingPolicy.hh
Go to the documentation of this file.
1 #ifndef SETTINGPOLICY_HH
2 #define SETTINGPOLICY_HH
3 
4 #include <string>
5 #include <vector>
6 
7 namespace openmsx {
8 
9 class TclObject;
10 
11 template <typename T> class SettingPolicy
12 {
13 protected:
14 };
15 
16 } // namespace openmsx
17 
18 #endif