isle/LEGO1/viewmanager.h

11 lines
152 B
C
Raw Normal View History

#ifndef VIEWMANAGER_H
#define VIEWMANAGER_H
class ViewManager
{
public:
__declspec(dllexport) void RemoveAll(ViewROI *);
};
#endif // VIEWMANAGER_H