11 lines
99 B
C++
11 lines
99 B
C++
#ifndef __CHCOUNT_H__
|
|
#define __CHCOUNT_H__
|
|
|
|
#include <iostream>
|
|
#include <ncurses.h>
|
|
|
|
|
|
|
|
|
|
#endif
|