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

12 lines
112 B
C
Raw Normal View History

2007-11-30 15:07:00 +00:00
#ifndef TOOL_H_
#define TOOL_H_
class Tool
{
public:
Tool();
virtual ~Tool();
};
#endif /*TOOL_H_*/