.reference: cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@5734 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-01-26 19:23:39 +00:00
parent 43191e3697
commit 688ab69301
4 changed files with 10 additions and 2 deletions

View file

@ -11,7 +11,7 @@ struct App : TopWindow {
typedef App CLASSNAME;
App();
App();
~App();
};

View file

@ -1,4 +1,4 @@
description "Paint method and Draw example";
description "Paint method and Draw example\377";
uses
CtrlLib;

4
reference/Paint/init Normal file
View file

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

View file

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