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