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

10 lines
108 B
C

#ifndef __COMMON_H__
#define __COMMON_H__
enum INFO_TYPE{
NONE,
RESOURCE,
HELP
};
#endif //__COMMON_H__