-
Notifications
You must be signed in to change notification settings - Fork 36
idk why x2 #10
Copy link
Copy link
Open
Description
I can´t compile:
in Cmd: g++ ThreeBody.cpp -o ThreeBody
In file included from ThreeBody.cpp:2:0:
screen.h: In member function 'void Screen::Setup()':
screen.h:259:5: error: 'CONSOLE_FONT_INFOEX' was not declared in this scope
CONSOLE_FONT_INFOEX cf = {0};
^~~~~~~~~~~~~~~~~~~
screen.h:260:5: error: 'cf' was not declared in this scope
cf.cbSize = sizeof cf;
^~
screen.h:264:68: error: 'SetCurrentConsoleFontEx' was not declared in this scope
SetCurrentConsoleFontEx(GetStdHandle(STD_OUTPUT_HANDLE), 0, &cf);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels