Watchy/src/WatchyApp.cpp

6 lines
114 B
C++

// Self
#include "WatchyApp.h"
CWatchyApp::CWatchyApp(CWatchyExpanded& expanded) : m_expanded(expanded) {}