* makedsig has been integrated with makedstp, it should handle both LIB and TPL files * other tools have not been modified
12 lines
166 B
C++
12 lines
166 B
C++
#ifndef LIB_PATTERNCOLLECTOR_H
|
|
#define LIB_PATTERNCOLLECTOR_H
|
|
|
|
|
|
class LIB_PatternCollector
|
|
{
|
|
public:
|
|
LIB_PatternCollector();
|
|
};
|
|
|
|
#endif // LIB_PATTERNCOLLECTOR_H
|