namespace refactored
This commit is contained in:
@@ -10,14 +10,18 @@
|
||||
|
||||
#include "CabinetItem.h"
|
||||
|
||||
namespace output {
|
||||
namespace FlippR_Driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
class Lamp: public CabinetItem {
|
||||
class Lamp : public CabinetItem
|
||||
{
|
||||
public:
|
||||
Lamp();
|
||||
virtual ~Lamp();
|
||||
};
|
||||
|
||||
} /* namespace output */
|
||||
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user