mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-17 13:20:01 +01:00
Initial checkin of veejay 1.4
git-svn-id: svn://code.dyne.org/veejay/trunk@1172 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
26
veejay-current/veejay-server/libOSC/libosc.h
Normal file
26
veejay-current/veejay-server/libOSC/libosc.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef _LIBOSC_H_INCLUDED
|
||||
#define _LIBOSC_H_INCLUDED
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <libOSC/OSC-common.h>
|
||||
#include <libOSC/OSC-timetag.h>
|
||||
#include <libOSC/OSC-address-space.h>
|
||||
#include <libOSC/OSC-dispatch.h>
|
||||
#include <libOSC/OSC-receive.h>
|
||||
#include <libOSC/OSC-callbacklist.h>
|
||||
#include <libOSC/OSC-drop.h>
|
||||
#include <libOSC/OSC-internal-messages.h>
|
||||
#include <libOSC/OSC-pattern-match.h>
|
||||
#include <libOSC/OSC-priority-queue.h>
|
||||
#include <libOSC/OSC-string-help.h>
|
||||
#include <libOSC/NetworkReturnAddress.h>
|
||||
#include <libOSC/NetworkUDP.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user