![]() |
От: |
Marty
|
https://www.youtube.com/channel/UChp5PpQ6T4-93HbNF-8vSYg |
Дата: | 22.01.22 21:21 | ||
Оценка: |
#define INTERFACE struct
//struct MyInterface
INTERFACE MyInterface
{
MyInterface() {}
~MyInterface() {}
void method() {}
};