winamp/Src/Wasabi/api/config/items/attribs.h

13 lines
220 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#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