---------------------------------------------------------------------------
| 11 | |
| 12 | //--------------------------------------------------------------------------- |
| 13 | TSoundQueueItem::TSoundQueueItem(void) |
| 14 | { |
| 15 | Count = 1; |
| 16 | Pause = 1000; |
| 17 | } |
| 18 | //--------------------------------------------------------------------------- |
| 19 | bool TSoundQueueItem::Add(String _File) |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected