OSDN Git Service

Remove all samples. They will work well and useful for reference. But there is no...
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_c++ / cc / sprite_devl / SpritePC / SpritePC.cpp
diff --git a/nxtOSEK/samples_c++/cc/sprite_devl/SpritePC/SpritePC.cpp b/nxtOSEK/samples_c++/cc/sprite_devl/SpritePC/SpritePC.cpp
deleted file mode 100644 (file)
index dd35028..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-// SpritePC.cpp : Defines the entry point for the console application.\r
-//\r
-\r
-#include "stdafx.h"\r
-\r
-#include "..\App.h"\r
-#include "..\Stub.h"\r
-\r
-int _tmain(int argc, _TCHAR* argv[])\r
-{\r
-       App app;\r
-       display_gui();\r
-\r
-       app.init();\r
-       while(1)\r
-               app.update();\r
-       return 0;\r
-}\r
-\r