mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-09 22:52:03 -05:00
13 lines
220 B
C
13 lines
220 B
C
|
#ifndef _ATTRIBS_H
|
||
|
#define _ATTRIBS_H
|
||
|
|
||
|
// a convenience header to get all the attrib types in one whack
|
||
|
|
||
|
#include "attrbool.h"
|
||
|
#include "attrfloat.h"
|
||
|
#include "attrint.h"
|
||
|
#include "attrstr.h"
|
||
|
#include "attrfn.h"
|
||
|
|
||
|
#endif
|