isle/LEGO1/legoroi.h

11 lines
152 B
C
Raw Normal View History

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