mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
I'm now at the build stage where it complains about a bajillion missing symbols. This is a good place to be!
11 lines
69 B
C++
11 lines
69 B
C++
#include <termcap.h>
|
|
|
|
extern "C" {
|
|
|
|
char PC;
|
|
char* UP;
|
|
char* BC;
|
|
|
|
}
|
|
|