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

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

namespace_begin(AsuraEngine)
namespace_begin(Threading)

class Channel
{

};

namespace_end
namespace_end

#endif