solvespace/solvespace.cpp
Jonathan Westhues 67139236fc This is my initial checkin for solvespace, a second attempt at
constraint solver drawing. I've started work on the user inteface,
which will be based around two windows: one with the graphical
sketch, and one command line. I've started to implement the command
line, no other work.

[git-p4: depot-paths = "//depot/solvespace/": change = 1652]
2008-03-25 02:02:13 -08:00

12 lines
161 B
C++

#include "solvespace.h"
SolveSpace SS;
void SolveSpace::Init(void) {
TW.Init();
TW.Printf("She walks in beauty");
TW.Printf("like the night");
}