Files
Sparks-Skraps/include/main.h
2022-05-28 07:18:15 +00:00

11 lines
99 B
C++

#ifndef __CHCOUNT_H__
#define __CHCOUNT_H__
#include <iostream>
#include <ncurses.h>
#endif