This commit is contained in:
David Anderson
2006-05-11 10:22:18 +00:00
parent 6995b182c1
commit 19f2be0c96
2 changed files with 12 additions and 2 deletions

View File

@ -322,3 +322,8 @@ enum {
#define SND_CHANGE_VOL (1<<6) // change sound vol
#define SND_CHANGE_PITCH (1<<7) // change sound pitch
enum LibType
{
LibType_Library,
LibType_Class
};