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.h |
| |
| Client header for OpenRGB SDK |
| |
| Adam Honse (CalcProgrammer1) 5/9/2020 |
\*-----------------------------------------*/
#include "RGBController.h"
#include "NetworkProtocol.h"
#include "net_port.h"