Stop using symlinks as they require sudo privileges to clone the repository on Windows

This commit is contained in:
Rodrigo Alfonso
2023-02-06 01:02:09 -03:00
parent 5c5242f7cb
commit 2c9bbb07c5
19 changed files with 15 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
// This example sends the pressed buttons to other players.
// (0) Include the header
#include "../../_lib/LinkCable.h"
#include "../../../lib/LinkCable.h"
void log(std::string text);