spacemeowx2 / ldn_mitm

Play local wireless supported games online
GNU General Public License v2.0
702 stars 98 forks source link

ipinfo.cpp not imported anywhere and lan_discovery.cpp calling unimplemented functions in ipinfo.hpp? #47

Closed timleg002 closed 4 years ago

timleg002 commented 4 years ago

I also made a PR for deleting ipinfo.cpp source file. The lan_discovery.cpp calls unimplemented functions from the imported header ipinfo.hpp. And the ipinfo.cpp is not imported anywhere

spacemeowx2 commented 4 years ago

It's compiled and linked in Makefile, no need to import in code

timleg002 commented 4 years ago

great, thanks.