.examples

git-svn-id: svn://ultimatepp.org/upp/trunk@5819 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-02-18 08:53:18 +00:00
parent a04b22196b
commit 3ab499ad8c
6 changed files with 15 additions and 3 deletions

View file

@ -1,4 +1,4 @@
description "Mine sweeping game";
description "Mine sweeping game\377";
uses
CtrlLib;

4
examples/Bombs/init Normal file
View file

@ -0,0 +1,4 @@
#ifndef _Bombs_icpp_init_stub
#define _Bombs_icpp_init_stub
#include "CtrlLib/init"
#endif

View file

@ -1,4 +1,4 @@
description "Analogue / digital clock";
description "Analogue / digital clock\377";
uses
CtrlLib;

4
examples/Clock/init Normal file
View file

@ -0,0 +1,4 @@
#ifndef _Clock_icpp_init_stub
#define _Clock_icpp_init_stub
#include "CtrlLib/init"
#endif

View file

@ -1,4 +1,4 @@
description "XML viewer";
description "XML viewer\377";
uses
CtrlLib;

4
examples/XmlView/init Normal file
View file

@ -0,0 +1,4 @@
#ifndef _XmlView_icpp_init_stub
#define _XmlView_icpp_init_stub
#include "CtrlLib/init"
#endif