diff Implab.Fx/Animation.cs @ 3:1e9583086e99

Added Impl.Fx
author cin
date Fri, 13 Sep 2013 12:54:28 +0400
parents
children 381095ad0a69
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Implab.Fx/Animation.cs	Fri Sep 13 12:54:28 2013 +0400
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Implab.Fx
+{
+    public class Animation
+    {
+        int m_duration;
+        int m_fps;
+
+
+    }
+}