isle/LEGO1/legoroi.h

11 lines
208 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef LEGOROI_H
#define LEGOROI_H
2023-10-24 19:38:27 -04:00
class LegoROI {
2023-04-27 22:19:39 -04:00
public:
2023-10-24 19:38:27 -04:00
__declspec(dllexport) void SetDisplayBB(int p_displayBB);
__declspec(dllexport) static void configureLegoROI(int p_roi);
2023-04-27 22:19:39 -04:00
};
#endif // LEGOROI_H