isle-portable/LEGO1/legoroi.h
2023-05-05 02:54:17 -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