comparison libaf/control.h @ 25551:d88f5f82826e

Replace multiple inclusion guards with leading underscores by default names. Leading underscores are reserved for system identifiers.
author diego
date Tue, 01 Jan 2008 20:21:20 +0000
parents 8133163bd1dd
children 4129c8cfa742
comparison
equal deleted inserted replaced
25550:8338eda7af28 25551:d88f5f82826e
1 #ifndef __af_control_h 1 #ifndef AF_CONTROL_H
2 #define __af_control_h 2 #define AF_CONTROL_H
3 3
4 /********************************************* 4 /*********************************************
5 // Control info struct. 5 // Control info struct.
6 // 6 //
7 // This struct is the argument in a info call to a filter. 7 // This struct is the argument in a info call to a filter.
232 #define AF_CONTROL_SS_DECAY 0x00002400 | AF_CONTROL_FILTER_SPECIFIC 232 #define AF_CONTROL_SS_DECAY 0x00002400 | AF_CONTROL_FILTER_SPECIFIC
233 233
234 #define AF_CONTROL_PLAYBACK_SPEED 0x00002500 | AF_CONTROL_FILTER_SPECIFIC 234 #define AF_CONTROL_PLAYBACK_SPEED 0x00002500 | AF_CONTROL_FILTER_SPECIFIC
235 #define AF_CONTROL_SCALETEMPO_AMOUNT 0x00002600 | AF_CONTROL_FILTER_SPECIFIC 235 #define AF_CONTROL_SCALETEMPO_AMOUNT 0x00002600 | AF_CONTROL_FILTER_SPECIFIC
236 236
237 #endif /*__af_control_h */ 237 #endif /* AF_CONTROL_H */