7 lines
178 B
C++
7 lines
178 B
C++
#include "AppListWindow.h"
|
|
#include "AppListView.h"
|
|
|
|
void AppListWindow::receive_event(std::unique_ptr<LFoundation::Event> event)
|
|
{
|
|
Window::receive_event(std::move(event));
|
|
} |