You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/include/ncpp/ncpp.hh

13 lines
123 B
C++

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