seperated public include headers
This commit is contained in:
23
FlippR-Driver/src/output/OutputDriver.h
Normal file
23
FlippR-Driver/src/output/OutputDriver.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* OutputDriver.h
|
||||
*
|
||||
* Created on: Aug 2, 2018
|
||||
* Author: rhetenor
|
||||
*/
|
||||
|
||||
#ifndef SOURCE_DIRECTORY__SRC_OUTPUT_OUTPUTDRIVER_H_
|
||||
#define SOURCE_DIRECTORY__SRC_OUTPUT_OUTPUTDRIVER_H_
|
||||
|
||||
#include "IOutputDriver.h"
|
||||
|
||||
namespace output {
|
||||
|
||||
class OutputDriver: public IOutputDriver {
|
||||
public:
|
||||
OutputDriver();
|
||||
virtual ~OutputDriver();
|
||||
};
|
||||
|
||||
} /* namespace output */
|
||||
|
||||
#endif /* SOURCE_DIRECTORY__SRC_OUTPUT_OUTPUTDRIVER_H_ */
|
||||
Reference in New Issue
Block a user