notcurses/include/ncpp/ncpp.hh

13 lines
123 B
C++
Raw Normal View History

2020-01-07 22:51:34 +00:00
#ifndef __NCPP_NCPP_HH
#define __NCPP_NCPP_HH
#include <notcurses.h>
#include "NotCurses.hh"
namespace ncpp
{
}
#endif