<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Empty code(Create window)</title><link>https://sourceforge.net/p/wizapply/home/Empty%2520code%2528Create%2520window%2529/</link><description>Recent changes to Empty code(Create window)</description><atom:link href="https://sourceforge.net/p/wizapply/home/Empty%20code(Create%20window)/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 14 Jun 2012 11:20:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wizapply/home/Empty%20code(Create%20window)/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Empty code(Create window) modified by smilytics</title><link>https://sourceforge.net/p/wizapply/home/Empty%2520code%2528Create%2520window%2529/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -23,7 +23,7 @@
 
 int Terminate()
 {   //!App exit process
-    shExitSherry();
+    wzExitWizapply();
     return 0;
 }
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">smilytics</dc:creator><pubDate>Thu, 14 Jun 2012 11:20:15 -0000</pubDate><guid>https://sourceforge.net36ff81030e7dfcfd77e6e2db441644a2ddc5c057</guid></item><item><title>WikiPage Empty code(Create window) modified by smilytics</title><link>https://sourceforge.net/p/wizapply/home/Empty%2520code%2528Create%2520window%2529/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -6,20 +6,18 @@
 
 ####Code####
 ~~~~~
-#include &lt;use_sherry.h&gt;
-#include &lt;shEntryPoint.h&gt;
+#include &lt;EntryPoint.h&gt;
 
 static void UpdateFunc(void);
-static void DrawFunc(void);
 
 int Initialize()
 {   //!App initialize Process
-    shInitCreateSherry("smatcha sample",320,480,0,Direct3D9);
-    shSetClearColor(0.1f,0.1f,0.1f);
-    shSetSpriteScSize(320, 480);
+    wzInitCreateWizapply("wizapply",320,480,0);
+    wzSetClearColor(0.1f,0.1f,0.1f);
+    wzSetSpriteScSize(320, 480);
 
-    shSetUpdateThread(60,UpdateFunc);
-    shSetDrawThread(DrawFunc);
+    wzSetUpdateThread(60,UpdateFunc);
+
     return 0;
 }
 
@@ -29,16 +27,17 @@
     return 0;
 }
 
+void DrawLoop(void)
+{   //!Draw
+    wzClear();
+
+    wzFontSize(16);
+    wzPrintf(30,30,"sample");
+}
+
 void UpdateFunc(void)
 {   //!Update
     
 }
 
-void DrawFunc(void)
-{   //!Draw
-    shClear();
-
-    shFontSize(16);
-    shPrintf(30,30,"sample");
-}
 ~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">smilytics</dc:creator><pubDate>Thu, 14 Jun 2012 11:19:45 -0000</pubDate><guid>https://sourceforge.net124d81bbdf29416ca8335201e4844389bcc6b3af</guid></item><item><title>WikiPage Empty code(Create window) modified by smilytics</title><link>https://sourceforge.net/p/wizapply/home/Empty%2520code%2528Create%2520window%2529/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -2,6 +2,8 @@
 
 ![sample](http://wizapply.com/doc/index.php?plugin=attach&amp;refer=sample_program&amp;openfile=wsmp_empty_img.png)
 
+&lt;hr&gt;
+
 ####Code####
 ~~~~~
 #include &lt;use_sherry.h&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">smilytics</dc:creator><pubDate>Mon, 30 Jan 2012 02:22:13 -0000</pubDate><guid>https://sourceforge.netbd2b081dc8dad03a770cb75f76d0436f2f019ad0</guid></item><item><title>WikiPage Empty code(Create window) modified by smilytics</title><link>https://sourceforge.net/p/wizapply/home/Empty%2520code%2528Create%2520window%2529/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -2,6 +2,7 @@
 
 ![sample](http://wizapply.com/doc/index.php?plugin=attach&amp;refer=sample_program&amp;openfile=wsmp_empty_img.png)
 
+####Code####
 ~~~~~
 #include &lt;use_sherry.h&gt;
 #include &lt;shEntryPoint.h&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">smilytics</dc:creator><pubDate>Mon, 30 Jan 2012 02:21:18 -0000</pubDate><guid>https://sourceforge.net440c20b38d057d5a8a49dc1d5f6bc428645418d9</guid></item><item><title>WikiPage Empty code(Create window) modified by smilytics</title><link>https://sourceforge.net/p/wizapply/home/Empty%2520code%2528Create%2520window%2529/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,4 +1,7 @@
 #Empty code (Create window)
+
+![sample](http://wizapply.com/doc/index.php?plugin=attach&amp;refer=sample_program&amp;openfile=wsmp_empty_img.png)
+
 ~~~~~
 #include &lt;use_sherry.h&gt;
 #include &lt;shEntryPoint.h&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">smilytics</dc:creator><pubDate>Mon, 30 Jan 2012 02:20:30 -0000</pubDate><guid>https://sourceforge.net040722fb779eb66519c6187dffef7db4fc8928af</guid></item><item><title>WikiPage Empty code(Create window) modified by smilytics</title><link>https://sourceforge.net/p/wizapply/home/Empty%2520code%2528Create%2520window%2529/</link><description>#Empty code (Create window)
~~~~~
#include &lt;use_sherry.h&gt;
#include &lt;shEntryPoint.h&gt;

static void UpdateFunc(void);
static void DrawFunc(void);

int Initialize()
{   //!App initialize Process
    shInitCreateSherry("smatcha sample",320,480,0,Direct3D9);
    shSetClearColor(0.1f,0.1f,0.1f);
    shSetSpriteScSize(320, 480);

    shSetUpdateThread(60,UpdateFunc);
    shSetDrawThread(DrawFunc);
    return 0;
}

int Terminate()
{   //!App exit process
    shExitSherry();
    return 0;
}

void UpdateFunc(void)
{   //!Update
    
}

void DrawFunc(void)
{   //!Draw
    shClear();

    shFontSize(16);
    shPrintf(30,30,"sample");
}
~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">smilytics</dc:creator><pubDate>Mon, 30 Jan 2012 02:15:00 -0000</pubDate><guid>https://sourceforge.neta7e654a5f3c211fadbc56dc208f28623b913cb88</guid></item></channel></rss>