Skip to content

idk why x2 #10

@sebas7468

Description

@sebas7468

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions