Trying to add history to the Fill tool

This commit is contained in:
2017-07-15 10:51:58 +01:00
parent 4666a3dffc
commit 4e765f1450
6 changed files with 112 additions and 17 deletions

View File

@@ -60,6 +60,7 @@ double now_seconds()
time(&timer); /* get current time; same as: timer = time(NULL) */
seconds = difftime(timer, mktime(&y2k));
return seconds;
}
void check_OpenGLError(const char* stmt, const char* fname, int line)