WIP: add a Val struct as an input/output when calling a function
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
namespace Ezc
|
||||
{
|
||||
|
||||
|
||||
/*
|
||||
void Functions::Insert(const char * key, UserFunction ufunction)
|
||||
{
|
||||
pt::utf8_to_wide(key, temp_key);
|
||||
@@ -102,7 +102,7 @@ size_t Functions::Size() const
|
||||
{
|
||||
return functions_tab.size();
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
} // namespace Ezc
|
||||
|
Reference in New Issue
Block a user