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