9 lines
88 B
C++
9 lines
88 B
C++
|
|
class TestClass
|
|
{
|
|
public:
|
|
void callbackTest(int arg);
|
|
};
|
|
|
|
void callbackTest(int arg);
|