9 lines
227 B
C++
9 lines
227 B
C++
/**
|
|
* @brief Instantiating class for demo application. `main()` is supplied by the
|
|
* `ncurses` library.
|
|
* @author Christian Burger (christian@krikkel.de)
|
|
*/
|
|
|
|
#include "DemoApp.hpp"
|
|
|
|
krikkel::NCurses::DemoApp demoApp; |