cppcheck/gui/common.h

17 lines
169 B
C
Raw Normal View History

2009-03-22 18:39:44 +01:00
#ifndef COMMON_H
#define COMMON_H
typedef enum
{
SHOW_ALL,
SHOW_STYLE,
SHOW_SECURITY,
SHOW_UNUSED,
SHOW_ERRORS,
SHOW_NONE
}
ShowTypes;
#endif