isle-portable/LEGO1/legoroi.h

12 lines
200 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) void SetDisplayBB(int);
2023-04-27 22:19:39 -04:00
__declspec(dllexport) static void configureLegoROI(int param_1);
};
#endif // LEGOROI_H