mirror of
https://github.com/thestk/stk
synced 2026-01-11 12:01:52 +00:00
Messager: add MessagerSourceType typedef
This commit is contained in:
@@ -46,10 +46,11 @@ extern "C" THREAD_RETURN THREAD_TYPE socketHandler(void * ptr);
|
||||
|
||||
#endif // __STK_REALTIME__
|
||||
|
||||
static const int STK_FILE = 0x1;
|
||||
static const int STK_MIDI = 0x2;
|
||||
static const int STK_STDIN = 0x4;
|
||||
static const int STK_SOCKET = 0x8;
|
||||
typedef int MessagerSourceType;
|
||||
MessagerSourceType STK_FILE = 0x1;
|
||||
MessagerSourceType STK_MIDI = 0x2;
|
||||
MessagerSourceType STK_STDIN = 0x4;
|
||||
MessagerSourceType STK_SOCKET = 0x8;
|
||||
|
||||
Messager :: Messager()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user