2 changed files with 27 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
//
|
|||
// MediaServer.cpp
|
|||
// example
|
|||
//
|
|||
// Created by felix on 13.09.14.
|
|||
//
|
|||
//
|
|||
|
|||
#include "MediaServer.h" |
@ -0,0 +1,18 @@ |
|||
//
|
|||
// MediaServer.h
|
|||
// example
|
|||
//
|
|||
// Created by felix on 13.09.14.
|
|||
//
|
|||
//
|
|||
|
|||
#pragma once |
|||
|
|||
namespace ofx { |
|||
namespace piMapper { |
|||
class MediaServer { |
|||
public: |
|||
private: |
|||
}; |
|||
} |
|||
} |
Loading…
Reference in new issue