Included Cpp in sources

This commit is contained in:
2020-06-07 15:07:12 +02:00
parent 0cad109801
commit 70e467b902
22 changed files with 1791 additions and 6 deletions

View File

@ -0,0 +1,14 @@
//
// Created by lorenz on 7/10/18.
//
#ifndef CPPNET_UPNPDEVICE_H
#define CPPNET_UPNPDEVICE_H
class UpnpDevice {
};
#endif //CPPNET_UPNPDEVICE_H