DesignPattern/20.ObserverPattern/2.Code/common.h

10 lines
108 B
C
Raw Normal View History

2019-11-06 13:36:28 +00:00
#ifndef __COMMON_H__
#define __COMMON_H__
enum INFO_TYPE{
NONE,
RESOURCE,
HELP
};
#endif //__COMMON_H__