refs #258, notification sounds

* added to RuntimeBasedComponent
This commit is contained in:
Klaus Basan
2014-06-05 02:36:38 +02:00
parent 1b804ca8d7
commit aac967a4a6
4 changed files with 14 additions and 2 deletions

View File

@@ -24,7 +24,10 @@ namespace BlackSound
NotificationError = 0,
NotificationLogin,
NotificationLogoff,
NotificationTextMessage,
NotificationTextMessagePrivate,
NotificationVoiceRoomJoined,
NotificationVoiceRoomLeft,
NotificationsLoadSounds //!< end marker and force loading of sounds, keep as last element
};
};
}