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 / ScriptInterface.h
diff --git a/nxtOSEK/samples_c++/cc/sprite_devl/ScriptInterface.h b/nxtOSEK/samples_c++/cc/sprite_devl/ScriptInterface.h
deleted file mode 100644 (file)
index f7a62e0..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _SCRIPTINTERFACE_H_\r
-#define _SCRIPTINTERFACE_H_\r
-\r
-class Sprite;\r
-class ScriptInterface\r
-{\r
-public:\r
-       virtual ~ScriptInterface(){};\r
-       virtual void animCommand(Sprite *sprite, int command){}\r
-       virtual void atTarget(){}\r
-};\r
-\r
-#endif\r
-\r