isle-portable/lib/legoroi.h
2023-04-27 19:19:39 -07:00

10 lines
152 B
C++

#ifndef LEGOROI_H
#define LEGOROI_H
class LegoROI
{
public:
__declspec(dllexport) static void configureLegoROI(int param_1);
};
#endif // LEGOROI_H