This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
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_*/