This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neofx-zoomedit/Tool.h
2007-11-30 15:07:00 +00:00

11 lines
112 B
C++

#ifndef TOOL_H_
#define TOOL_H_
class Tool
{
public:
Tool();
virtual ~Tool();
};
#endif /*TOOL_H_*/