summaryrefslogtreecommitdiff
path: root/src/nw4r/snd/snd_Task.cpp
blob: 7f60a639da8f6ad074adce88cabf0ddde03247a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include "nw4r/snd/snd_Task.h"

/* Original source:
 * kiwi515/ogws
 * src/nw4r/snd/snd_Task.cpp
 */

/*******************************************************************************
 * headers
 */

#include "nw4r/NW4RAssert.hpp"

/*******************************************************************************
 * functions
 */

namespace nw4r { namespace snd { namespace detail {

// Interesting
Task::~Task()
{
	NW4RAssert_Line(24, ! mBusyFlag);
}

}}} // namespace nw4r::snd::detail