.examples

git-svn-id: svn://ultimatepp.org/upp/trunk@5215 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-07-18 12:18:51 +00:00
parent ca3873bd79
commit 661c8e8772
2 changed files with 5 additions and 1 deletions

View file

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

4
examples/Puzzle/init Normal file
View file

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