start adding support for Models objects from Ezc
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
#include "core/log.h"
|
||||
|
||||
|
||||
#include "funinfo.h"
|
||||
#include "templates/htmltextstream.h"
|
||||
|
||||
|
||||
|
||||
namespace Winix
|
||||
{
|
||||
@@ -180,6 +184,12 @@ public:
|
||||
void propagate_connector();
|
||||
|
||||
|
||||
// for tests
|
||||
static void my_test_function(Ezc::FunInfo<HtmlTextStream> & env)
|
||||
{
|
||||
env.out << L"hello from function";
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user