added interfaces. not compiling

This commit is contained in:
Jonas Zeunert
2018-08-07 20:44:21 +02:00
parent e90b1a1185
commit 0c08b940f3
8 changed files with 75 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
/*
* ILamp.h
*
* Created on: Aug 7, 2018
* Author: rhetenor
*/
#ifndef SOURCE_DIRECTORY__SRC_OUTPUT_ILAMP_H_
#define SOURCE_DIRECTORY__SRC_OUTPUT_ILAMP_H_
class ILamp
{
};
#endif /* SOURCE_DIRECTORY__SRC_OUTPUT_ILAMP_H_ */