getting started
This commit is contained in:
8
include/main.h
Normal file
8
include/main.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef MAIN_H_
|
||||
#define MAIN_H_
|
||||
|
||||
#include <ncurses.h>
|
||||
|
||||
int main(int argc, char** argv);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user