start adding support for Models objects from Ezc

This commit is contained in:
2021-05-31 18:59:20 +02:00
parent 22de3322ae
commit 6e4f8f5191
9 changed files with 62 additions and 3 deletions

View File

@@ -37,6 +37,7 @@
#include "functionbase.h"
namespace Winix
{
@@ -52,6 +53,12 @@ public:
Cat();
void MakeGet();
private:
Item foo1;
Item foo2;
};