First commit, configured makefile
This commit is contained in:
10
include/main.h
Normal file
10
include/main.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __CHCOUNT_H__
|
||||
#define __CHCOUNT_H__
|
||||
|
||||
#include <iostream>
|
||||
#include <ncurses.h>
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user