2012-05-07 06:56:00 +00:00
|
|
|
/**
|
|
|
|
* \addtogroup fixedpoint
|
|
|
|
* @{
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @file fpmath_patterns.h
|
|
|
|
* @brief Public starting points for the fixed-point math based animations.
|
|
|
|
* @author Christian Kroll
|
|
|
|
*/
|
|
|
|
|
2011-03-17 23:03:03 +00:00
|
|
|
#ifndef FPMATH_PATTERNS_H_
|
|
|
|
#define FPMATH_PATTERNS_H_
|
|
|
|
|
|
|
|
void plasma(void);
|
|
|
|
|
|
|
|
void psychedelic(void);
|
|
|
|
|
|
|
|
#endif /* FPMATH_PATTERNS_H_ */
|
2012-05-07 06:56:00 +00:00
|
|
|
|
|
|
|
/*@}*/
|