notcurses/include/ncpp/ncpp.hh
2020-01-22 06:47:43 -05:00

13 lines
123 B
C++

#ifndef __NCPP_NCPP_HH
#define __NCPP_NCPP_HH
#include <notcurses.h>
#include "NotCurses.hh"
namespace ncpp
{
}
#endif