split chise.rb to db.rb and ids.rb
[chise/ruby.git] / src / stroke.rb
index 0d1491b..7225114 100755 (executable)
@@ -87,6 +87,9 @@ module StrokeFont
       @px, @py = x2, y2
     end
   end
+
+  class BSplineResolver
+  end
 end
 
 #----------------------------------------------------------------------end.