added ezc functions: winix_false, winix_true

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@679 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-11-22 01:12:46 +00:00
parent 8e72a820dd
commit 515d4bab0d
4 changed files with 16 additions and 0 deletions

View File

@@ -198,5 +198,15 @@ void winix_show_content_in_full_window(Info & i)
}
void winix_false(Info & i)
{
i.res = false;
}
void winix_true(Info & i)
{
i.res = true;
}
} // namespace