dd_curves.h 103 B

1234567
  1. #ifndef _DD_CURVES_H_
  2. #define _DD_CURVES_H_
  3. int dd_curves_bezier(int a, int b, int c, int t);
  4. #endif