mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.reference: Xmlize fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@4813 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1f3aa0f291
commit
695891ff47
5 changed files with 12 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ REGISTER_VALUE_XMLIZE(MyCustomValue);
|
|||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
StdLogSetup(LOG_COUT|LOG_FILE);
|
||||
MyCustomValue a;
|
||||
a.x = 1;
|
||||
a.y = 2;
|
||||
|
|
|
|||
4
reference/XmlizeCustomValue/init
Normal file
4
reference/XmlizeCustomValue/init
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _XmlizeCustomValue_icpp_init_stub
|
||||
#define _XmlizeCustomValue_icpp_init_stub
|
||||
#include "Core/init"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue