Changeset 30:7b09dab6ee8a in roaraudio


Ignore:
Timestamp:
06/22/08 03:01:40 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/poly.h

    r29 r30  
    66#include "libroar.h" 
    77 
     8int roar_math_mkpoly (float * poly, float * data, int len); 
     9 
     10int roar_math_mkpoly_2x2 (float * poly, float * data); 
     11int roar_math_mkpoly_3x3 (float * poly, float * data); 
     12int roar_math_mkpoly_4x4 (float * poly, float * data); 
     13int roar_math_mkpoly_5x5 (float * poly, float * data); 
     14 
     15 
    816#endif 
    917 
Note: See TracChangeset for help on using the changeset viewer.