summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/threading/channel.h
blob: edcd8cb7313c8cd40e28b5d41bc9d3d93bf2d960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __ASURA_THREAD_CHANNEL_H__
#define __ASURA_THREAD_CHANNEL_H__

#include <asura-utils/scripting/portable.hpp>

namespace AsuraEngine
{
	namespace Threading
	{

		class Channel
		{

		};

	}
}

#endif