Add file headers to network files and some minor code cleanup

This commit is contained in:
Adam Honse
2020-05-09 15:47:51 -05:00
parent 87854d5781
commit 352b9928ca
6 changed files with 40 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
/*-----------------------------------------*\
| NetworkClient.cpp |
| |
| Client code for OpenRGB SDK |
| |
| Adam Honse (CalcProgrammer1) 5/9/2020 |
\*-----------------------------------------*/
#include "NetworkClient.h"
#include "RGBController_Network.h"
#include <cstring>