mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference: cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@5734 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
43191e3697
commit
688ab69301
4 changed files with 10 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ struct App : TopWindow {
|
|||
|
||||
typedef App CLASSNAME;
|
||||
|
||||
App();
|
||||
App();
|
||||
~App();
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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
4
reference/Paint/init
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _Paint_icpp_init_stub
|
||||
#define _Paint_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#endif
|
||||
4
reference/SetSurface/init
Normal file
4
reference/SetSurface/init
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SetSurface_icpp_init_stub
|
||||
#define _SetSurface_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue