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