mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
13 lines
123 B
C++
13 lines
123 B
C++
#ifndef __NCPP_NCPP_HH
|
|
#define __NCPP_NCPP_HH
|
|
|
|
#include <notcurses.h>
|
|
|
|
#include "NotCurses.hh"
|
|
|
|
namespace ncpp
|
|
{
|
|
|
|
}
|
|
#endif
|