kNCurses/main.cpp

9 lines
227 B
C++
Raw Normal View History

/**
* @brief Instantiating class for demo application. `main()` is supplied by the
* `ncurses` library.
* @author Christian Burger (christian@krikkel.de)
*/
2022-05-08 21:26:12 +02:00
#include "DemoApp.hpp"
2022-04-29 20:25:47 +02:00
krikkel::NCurses::DemoApp demoApp;