mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:55:45 -04:00
Initial community commit
This commit is contained in:
12
Src/Wasabi/api/config/items/attribs.h
Normal file
12
Src/Wasabi/api/config/items/attribs.h
Normal file
@ -0,0 +1,12 @@
|
||||
#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
|
Reference in New Issue
Block a user