MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / TSoundQueueItem

Method TSoundQueueItem

source/sound.cpp:13–17  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

11
12//---------------------------------------------------------------------------
13TSoundQueueItem::TSoundQueueItem(void)
14{
15 Count = 1;
16 Pause = 1000;
17}
18//---------------------------------------------------------------------------
19bool TSoundQueueItem::Add(String _File)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected