mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00

I'm now at the build stage where it complains about a bajillion missing symbols. This is a good place to be!
10 lines
69 B
C++
10 lines
69 B
C++
#include <termcap.h>
|
|
|
|
extern "C" {
|
|
|
|
char PC;
|
|
char* UP;
|
|
char* BC;
|
|
|
|
}
|
|
|