You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
347 B
20 lines
347 B
// |
|
// wrapper.cpp |
|
// ExampleSwiftApp |
|
// |
|
// Created by Joseph Henry on 8/1/18. |
|
// Copyright © 2018 ZeroTier. All rights reserved. |
|
// |
|
|
|
#include "wrapper.hpp" |
|
#include "/Users/joseph/op/zt/libzt_new/include/libzt.h" |
|
|
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
|
// Nothing, implementation is in src/libzt.cpp |
|
|
|
#ifdef __cplusplus |
|
} |
|
#endif
|
|
|