mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-02-02 10:22:02 -05:00
22 lines
265 B
C++
22 lines
265 B
C++
/*
|
|
* Layout.cpp
|
|
*
|
|
* Created on: 15 maj 2019
|
|
* Author: robert
|
|
*/
|
|
|
|
#include "Layout.hpp"
|
|
|
|
namespace gui {
|
|
|
|
Layout::Layout() {
|
|
// TODO Auto-generated constructor stub
|
|
|
|
}
|
|
|
|
Layout::~Layout() {
|
|
// TODO Auto-generated destructor stub
|
|
}
|
|
|
|
} /* namespace gui */
|