fixed displays

This commit is contained in:
Jonas Zeunert
2018-12-13 22:23:20 +01:00
parent e442f4c021
commit f3100004b9
7 changed files with 50 additions and 7 deletions

View File

@@ -0,0 +1,21 @@
//
// Created by rhetenor on 11.12.18.
//
#ifndef FLIPPR_DRIVER_OUTPUTSOCKETHANDLER_H
#define FLIPPR_DRIVER_OUTPUTSOCKETHANDLER_H
namespace flippR_driver
{
namespace utility
{
class OutputSocketHandler : public SocketHandler
{
};
}
}
#endif //FLIPPR_DRIVER_OUTPUTSOCKETHANDLER_H