mirror of
https://github.com/ProgramSnail/rts_game_backend.git
synced 2026-01-25 12:57:08 +00:00
test
This commit is contained in:
parent
843a3a25ec
commit
8004bb42ee
1 changed files with 4 additions and 1 deletions
5
main.cpp
5
main.cpp
|
|
@ -2,5 +2,8 @@
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
initscr();
|
||||||
|
noecho();
|
||||||
|
curs_set(false);
|
||||||
|
endwin();
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue