OSDN Git Service

fix cmake/Macros.cmake
[moflib/moflib.git] / saisei-1.0 / src / oldcode / MenuItemInfo.hpp
1 #pragma once
2 #include "mof/tstring.hpp"
3
4 namespace mof{
5         
6         struct MenuItemInfo{
7                 int id;
8                 mof::tstring caption;
9         };
10
11         
12 }