15 lines
251 B
C++
15 lines
251 B
C++
|
|
//
|
||
|
|
// libztWrapper.hpp
|
||
|
|
// libztExampleApp
|
||
|
|
//
|
||
|
|
// Created by Joseph Henry on 10/19/17.
|
||
|
|
// Copyright © 2017 ZeroTier, Inc. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#ifndef libztWrapper_hpp
|
||
|
|
#define libztWrapper_hpp
|
||
|
|
|
||
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
#endif /* libztWrapper_hpp */
|