Changeset 49:218f20dcb8c3 in roaraudio


Ignore:
Timestamp:
06/22/08 20:43:57 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added dumy func roar_math_mkpoly_5x5()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/poly.c

    r34 r49  
    6868} 
    6969 
    70 int roar_math_mkpoly_5x5 (float * poly, float * data); 
     70int roar_math_mkpoly_5x5 (float * poly, float * data) { 
     71 return -1; 
     72} 
    7173 
    7274//ll 
Note: See TracChangeset for help on using the changeset viewer.